VMwareClusterControlPlaneNode

data class VMwareClusterControlPlaneNode(val autoResizeConfig: VMwareClusterControlPlaneNodeAutoResizeConfig? = null, val cpus: Int? = null, val memory: Int? = null, val replicas: Int? = null, val vsphereConfigs: List<VMwareClusterControlPlaneNodeVsphereConfig>? = null)

Constructors

Link copied to clipboard
constructor(autoResizeConfig: VMwareClusterControlPlaneNodeAutoResizeConfig? = null, cpus: Int? = null, memory: Int? = null, replicas: Int? = null, vsphereConfigs: List<VMwareClusterControlPlaneNodeVsphereConfig>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AutoResizeConfig provides auto resizing configurations. Structure is documented below.

Link copied to clipboard
val cpus: Int? = null

The number of CPUs for each admin cluster node that serve as control planes for this VMware User Cluster. (default: 4 CPUs)

Link copied to clipboard
val memory: Int? = null

The megabytes of memory for each admin cluster node that serves as a control plane for this VMware User Cluster (default: 8192 MB memory).

Link copied to clipboard
val replicas: Int? = null

The number of control plane nodes for this VMware User Cluster. (default: 1 replica).

Link copied to clipboard

(Output) Vsphere-specific config. Structure is documented below.