ControlPlaneNodeConfigurationResponse

data class ControlPlaneNodeConfigurationResponse(val administratorConfiguration: AdministratorConfigurationResponse? = null, val availabilityZones: List<String>? = null, val count: Double, val vmSkuName: String)

Constructors

Link copied to clipboard
constructor(administratorConfiguration: AdministratorConfigurationResponse? = null, availabilityZones: List<String>? = null, count: Double, vmSkuName: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The number of virtual machines that use this configuration.

Link copied to clipboard

The name of the VM SKU supplied during creation.