Show / Hide Table of Contents

Class VmwareAdminControlPlaneNodeConfig

VmwareAdminControlPlaneNodeConfig contains control plane node configuration for VMware admin cluster.

Inheritance
object
VmwareAdminControlPlaneNodeConfig
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX