AzureClusterControlPlaneReplicaPlacementArgs

data class AzureClusterControlPlaneReplicaPlacementArgs(val azureAvailabilityZone: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<AzureClusterControlPlaneReplicaPlacementArgs>

Constructors

constructor(azureAvailabilityZone: Output<String>, subnetId: Output<String>)

Properties

Link copied to clipboard

For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.

Link copied to clipboard
val subnetId: Output<String>

For a given replica, the ARM ID of the subnet where the control plane VM is deployed. Make sure it's a subnet under the virtual network in the cluster configuration.

Functions

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