Interface ContainerAzureClusterControlPlaneReplicaPlacements

    • 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}