VmwareAdminClusterControlPlaneNode

data class VmwareAdminClusterControlPlaneNode(val cpus: Int? = null, val memory: Int? = null, val replicas: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpus: Int? = null

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

Link copied to clipboard
val memory: Int? = null

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

Link copied to clipboard
val replicas: Int? = null

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