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
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.
3218
+
3219
+
## Parameters
3220
+
3221
+
* `connection` (*type:* `GoogleApi.GKEOnPrem.V1.Connection.t`) - Connection to server
3222
+
* `parent` (*type:* `String.t`) - Required. The parent of the project and location where the cluster is created in. Format: "projects/{project}/locations/{location}"
* `:alt` (*type:* `String.t`) - Data format for response.
3227
+
* `:callback` (*type:* `String.t`) - JSONP
3228
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
3229
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
3230
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
3231
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
3232
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
3233
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
3234
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
3235
+
* `:allowPreflightFailure` (*type:* `boolean()`) - 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.
3236
+
* `:validateOnly` (*type:* `boolean()`) - Validate the request without actually doing any updates.
3237
+
* `:vmwareAdminClusterId` (*type:* `String.t`) - 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]$/
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.
0 commit comments