Class VmwareAdminControlPlaneNodeConfig
VmwareAdminControlPlaneNodeConfig contains control plane node configuration for VMware admin cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareAdminControlPlaneNodeConfig : IDirectResponseSchema
Properties
Cpus
The number of vCPUs for the control-plane node of the admin cluster.
Declaration
[JsonProperty("cpus")]
public virtual long? Cpus { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Memory
The number of mebibytes of memory for the control-plane node of the admin cluster.
Declaration
[JsonProperty("memory")]
public virtual long? Memory { get; set; }
Property Value
Type | Description |
---|---|
long? |
Replicas
The number of control plane nodes for this VMware admin cluster. (default: 1 replica).
Declaration
[JsonProperty("replicas")]
public virtual long? Replicas { get; set; }
Property Value
Type | Description |
---|---|
long? |