VMware Cluster Control Plane Node
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)