Class EnrollVmwareAdminClusterRequest
Message for enrolling an existing VMware admin cluster to the GKE on-prem API.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class EnrollVmwareAdminClusterRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Membership
Required. This is the full resource name of this admin cluster's fleet membership.
Declaration
[JsonProperty("membership")]
public virtual string Membership { get; set; }
Property Value
Type | Description |
---|---|
string |
VmwareAdminClusterId
User provided OnePlatform identifier that is used as part of the resource name. This must be unique among all GKE on-prem clusters within a project and location and will return a 409 if the cluster already exists. (https://tools.ietf.org/html/rfc1123) format.
Declaration
[JsonProperty("vmwareAdminClusterId")]
public virtual string VmwareAdminClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |