Class VmwareAdminVCenterConfig
VmwareAdminVCenterConfig contains VCenter configuration for VMware admin cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareAdminVCenterConfig : IDirectResponseSchema
Properties
Address
The vCenter IP address.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
CaCertData
Contains the vCenter CA certificate public key for SSL verification.
Declaration
[JsonProperty("caCertData")]
public virtual string CaCertData { get; set; }
Property Value
Type | Description |
---|---|
string |
Cluster
The name of the vCenter cluster for the admin cluster.
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
Type | Description |
---|---|
string |
DataDisk
The name of the virtual machine disk (VMDK) for the admin cluster.
Declaration
[JsonProperty("dataDisk")]
public virtual string DataDisk { get; set; }
Property Value
Type | Description |
---|---|
string |
Datacenter
The name of the vCenter datacenter for the admin cluster.
Declaration
[JsonProperty("datacenter")]
public virtual string Datacenter { get; set; }
Property Value
Type | Description |
---|---|
string |
Datastore
The name of the vCenter datastore for the admin 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 |
Folder
The name of the vCenter folder for the admin cluster.
Declaration
[JsonProperty("folder")]
public virtual string Folder { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourcePool
The name of the vCenter resource pool for the admin cluster.
Declaration
[JsonProperty("resourcePool")]
public virtual string ResourcePool { get; set; }
Property Value
Type | Description |
---|---|
string |
StoragePolicyName
The name of the vCenter storage policy for the user cluster.
Declaration
[JsonProperty("storagePolicyName")]
public virtual string StoragePolicyName { get; set; }
Property Value
Type | Description |
---|---|
string |