Interface ContainerAzureClusterControlPlaneReplicaPlacements
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureClusterControlPlaneReplicaPlacements.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.178Z") @Stability(Stable) public interface ContainerAzureClusterControlPlaneReplicaPlacements extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureClusterControlPlaneReplicaPlacements.BuilderA builder forContainerAzureClusterControlPlaneReplicaPlacementsstatic classContainerAzureClusterControlPlaneReplicaPlacements.Jsii$ProxyAn implementation forContainerAzureClusterControlPlaneReplicaPlacements
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureClusterControlPlaneReplicaPlacements.Builderbuilder()StringgetAzureAvailabilityZone()For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.StringgetSubnetId()For a given replica, the ARM ID of the subnet where the control plane VM is deployed.
-
-
-
Method Detail
-
getAzureAvailabilityZone
@Stability(Stable) @NotNull String getAzureAvailabilityZone()
For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#azure_availability_zone ContainerAzureCluster#azure_availability_zone}
-
getSubnetId
@Stability(Stable) @NotNull String getSubnetId()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#subnet_id ContainerAzureCluster#subnet_id}
-
builder
@Stability(Stable) static ContainerAzureClusterControlPlaneReplicaPlacements.Builder builder()
-
-