Interface ReplicaPlacementOrBuilder (0.40.0)

public interface ReplicaPlacementOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAzureAvailabilityZone()

public abstract String getAzureAvailabilityZone()

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

string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The azureAvailabilityZone.

getAzureAvailabilityZoneBytes()

public abstract ByteString getAzureAvailabilityZoneBytes()

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

string azure_availability_zone = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for azureAvailabilityZone.

getSubnetId()

public abstract String getSubnetId()

Required. 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.

string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The subnetId.

getSubnetIdBytes()

public abstract ByteString getSubnetIdBytes()

Required. 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.

string subnet_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for subnetId.