Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::ReplicaPlacement.
Configuration for the placement of a control plane replica.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#azure_availability_zone
def azure_availability_zone() -> ::String
Returns
- (::String) — Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
#azure_availability_zone=
def azure_availability_zone=(value) -> ::String
Parameter
- value (::String) — Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
Returns
- (::String) — Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
#subnet_id
def subnet_id() -> ::String
Returns
- (::String) — 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.
#subnet_id=
def subnet_id=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.