Show / Hide Table of Contents

Class VmwareVsphereConfig

VmwareVsphereConfig represents configuration for the VMware VCenter for node pool.

Inheritance
object
VmwareVsphereConfig
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX