Class VmwareControlPlaneVsphereConfig
Specifies control plane node config.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareControlPlaneVsphereConfig : IDirectResponseSchema
Properties
Datastore
The Vsphere datastore used by the control plane Node.
Declaration
[JsonProperty("datastore")]
public virtual string Datastore { 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 |
StoragePolicyName
The Vsphere storage policy used by the control plane Node.
Declaration
[JsonProperty("storagePolicyName")]
public virtual string StoragePolicyName { get; set; }
Property Value
Type | Description |
---|---|
string |