Interface ReplicaPlacementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReplicaPlacement,ReplicaPlacement.Builder
public interface ReplicaPlacementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAzureAvailabilityZone()Required.com.google.protobuf.ByteStringgetAzureAvailabilityZoneBytes()Required.StringgetSubnetId()Required.com.google.protobuf.ByteStringgetSubnetIdBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubnetId
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:
- The subnetId.
-
getSubnetIdBytes
com.google.protobuf.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:
- The bytes for subnetId.
-
getAzureAvailabilityZone
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:
- The azureAvailabilityZone.
-
getAzureAvailabilityZoneBytes
com.google.protobuf.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:
- The bytes for azureAvailabilityZone.
-
-