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