Show / Hide Table of Contents

Class EnrollBareMetalNodePoolRequest

Message for enrolling an existing bare metal node pool to the GKE on-prem API.

Inheritance
object
EnrollBareMetalNodePoolRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX