Class EnrollBareMetalAdminClusterRequest
Message for enrolling an existing bare metal 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 EnrollBareMetalAdminClusterRequest : IDirectResponseSchema
Properties
BareMetalAdminClusterId
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("bareMetalAdminClusterId")]
public virtual string BareMetalAdminClusterId { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |