You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/gkeonprem-v1.json
+51-3Lines changed: 51 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1597,7 +1597,7 @@
1597
1597
"operations": {
1598
1598
"methods": {
1599
1599
"cancel": {
1600
-
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1600
+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
"description": "Creates a new VMware admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work.",
"description": "Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the creation fails during standalone preflight checks. In that case the subsequent create call will fail with \"cluster already exists\" error and hence a update cluster is required to fix the cluster.",
1733
+
"location": "query",
1734
+
"type": "boolean"
1735
+
},
1736
+
"parent": {
1737
+
"description": "Required. The parent of the project and location where the cluster is created in. Format: \"projects/{project}/locations/{location}\"",
1738
+
"location": "path",
1739
+
"pattern": "^projects/[^/]+/locations/[^/]+$",
1740
+
"required": true,
1741
+
"type": "string"
1742
+
},
1743
+
"validateOnly": {
1744
+
"description": "Validate the request without actually doing any updates.",
1745
+
"location": "query",
1746
+
"type": "boolean"
1747
+
},
1748
+
"vmwareAdminClusterId": {
1749
+
"description": "Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/",
1750
+
"location": "query",
1751
+
"type": "string"
1752
+
}
1753
+
},
1754
+
"path": "v1/{+parent}/vmwareAdminClusters",
1755
+
"request": {
1756
+
"$ref": "VmwareAdminCluster"
1757
+
},
1758
+
"response": {
1759
+
"$ref": "Operation"
1760
+
},
1761
+
"scopes": [
1762
+
"https://www.googleapis.com/auth/cloud-platform"
1763
+
]
1764
+
},
1722
1765
"enroll": {
1723
1766
"description": "Enrolls an existing VMware admin cluster to the Anthos On-Prem API within a given project and location. Through enrollment, an existing admin cluster will become Anthos On-Prem API managed. The corresponding GCP resources will be created and all future modifications to the cluster will be expected to be performed through the API.",
"description": "VmwareAdminMetalLbConfig represents configuration parameters for a MetalLB load balancer. For admin clusters, currently no configurations is needed.",
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
7184
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
7180
7185
*
7181
7186
* @param params - Parameters for request
7182
7187
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
* Enrolls an existing VMware admin cluster to the Anthos On-Prem API within a given project and location. Through enrollment, an existing admin cluster will become Anthos On-Prem API managed. The corresponding GCP resources will be created and all future modifications to the cluster will be expected to be performed through the API.
* Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the creation fails during standalone preflight checks. In that case the subsequent create call will fail with "cluster already exists" error and hence a update cluster is required to fix the cluster.
8408
+
*/
8409
+
allowPreflightFailure?: boolean;
8410
+
/**
8411
+
* Required. The parent of the project and location where the cluster is created in. Format: "projects/{project\}/locations/{location\}"
8412
+
*/
8413
+
parent?: string;
8414
+
/**
8415
+
* Validate the request without actually doing any updates.
8416
+
*/
8417
+
validateOnly?: boolean;
8418
+
/**
8419
+
* Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
0 commit comments