public interface ReplicaPlacementOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAzureAvailabilityZone() (deprecated)
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 | |
|---|---|
| Type | Description |
String |
The azureAvailabilityZone. |
getAzureAvailabilityZoneBytes() (deprecated)
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for azureAvailabilityZone. |
getSubnetId() (deprecated)
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 | |
|---|---|
| Type | Description |
String |
The subnetId. |
getSubnetIdBytes() (deprecated)
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetId. |