VmwareAdminClusterControlPlaneNodeArgs

data class VmwareAdminClusterControlPlaneNodeArgs(val cpus: Output<Int>? = null, val memory: Output<Int>? = null, val replicas: Output<Int>? = null) : ConvertibleToJava<VmwareAdminClusterControlPlaneNodeArgs>

Constructors

Link copied to clipboard
constructor(cpus: Output<Int>? = null, memory: Output<Int>? = null, replicas: Output<Int>? = null)

Properties

Link copied to clipboard
val cpus: Output<Int>? = null

The number of vCPUs for the control-plane node of the admin cluster.

Link copied to clipboard
val memory: Output<Int>? = null

The number of mebibytes of memory for the control-plane node of the admin cluster.

Link copied to clipboard
val replicas: Output<Int>? = null

The number of control plane nodes for this VMware admin cluster.

Functions

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