Show / Hide Table of Contents

Class VmwareVCenterConfig

Represents configuration for the VMware VCenter for the user cluster.

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

Properties

Address

Output only. 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 user cluster.

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

Datacenter

The name of the vCenter datacenter for the user cluster.

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

Datastore

The name of the vCenter datastore for 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

Folder

The name of the vCenter folder for the user 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 user 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX