Class VmwareVsphereConfig
VmwareVsphereConfig represents configuration for the VMware VCenter for node pool.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareVsphereConfig : IDirectResponseSchema
Properties
Datastore
The name of the vCenter datastore. Inherited from the user cluster.
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 |
HostGroups
Vsphere host groups to apply to all VMs in the node pool
Declaration
[JsonProperty("hostGroups")]
public virtual IList<string> HostGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Tags
Tags to apply to VMs.
Declaration
[JsonProperty("tags")]
public virtual IList<VmwareVsphereTag> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<VmwareVsphereTag> |