ControlPlaneNodeConfigurationArgs

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
val availabilityZones: Output<List<String>>? = null

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.

Link copied to clipboard
val count: Output<Double>

The number of virtual machines that use this configuration.

Link copied to clipboard
val vmSkuName: Output<String>

The name of the VM SKU supplied during creation.

Functions

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