VMwareClusterControlPlaneNodeArgs

data class VMwareClusterControlPlaneNodeArgs(val autoResizeConfig: Output<VMwareClusterControlPlaneNodeAutoResizeConfigArgs>? = null, val cpus: Output<Int>? = null, val memory: Output<Int>? = null, val replicas: Output<Int>? = null, val vsphereConfigs: Output<List<VMwareClusterControlPlaneNodeVsphereConfigArgs>>? = null) : ConvertibleToJava<VMwareClusterControlPlaneNodeArgs>

Constructors

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

Properties

Link copied to clipboard

AutoResizeConfig provides auto resizing configurations. Structure is documented below.

Link copied to clipboard
val cpus: Output<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: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): VMwareClusterControlPlaneNodeArgs