Control Plane Node Configuration Args
data class ControlPlaneNodeConfigurationArgs(val administratorConfiguration: Output<AdministratorConfigurationArgs>? = null, val availabilityZones: Output<List<String>>? = null, val count: Output<Double>, val vmSkuName: Output<String>) : ConvertibleToJava<ControlPlaneNodeConfigurationArgs>
Constructors
Link copied to clipboard
constructor(administratorConfiguration: Output<AdministratorConfigurationArgs>? = null, availabilityZones: Output<List<String>>? = null, count: Output<Double>, vmSkuName: Output<String>)
Properties
Link copied to clipboard
The administrator credentials to be used for the nodes in the control plane.
Link copied to clipboard
The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.