Show / Hide Table of Contents

Class EnrollVmwareNodePoolRequest

Message for enrolling a VMware node pool.

Inheritance
object
EnrollVmwareNodePoolRequest
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 EnrollVmwareNodePoolRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

VmwareNodePoolId

The target node pool id to be enrolled.

Declaration
[JsonProperty("vmwareNodePoolId")]
public virtual string VmwareNodePoolId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX