Class EnrollBareMetalNodePoolRequest
Message for enrolling an existing bare metal node pool to the GKE on-prem API.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class EnrollBareMetalNodePoolRequest : IDirectResponseSchema
Properties
BareMetalNodePoolId
User provided OnePlatform identifier that is used as part of the resource name. (https://tools.ietf.org/html/rfc1123) format.
Declaration
[JsonProperty("bareMetalNodePoolId")]
public virtual string BareMetalNodePoolId { 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 |
ValidateOnly
If set, only validate the request, but do not actually enroll the node pool.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |