Class: Google::Cloud::GkeMultiCloud::V1::ReplicaPlacement Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::ReplicaPlacement
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Configuration for the placement of a control plane replica.
Instance Attribute Summary collapse
-
#azure_availability_zone ⇒ ::String
Required.
-
#subnet_id ⇒ ::String
Required.
Instance Attribute Details
#azure_availability_zone ⇒ ::String
Returns Required. For a given replica, the Azure availability zone where to provision the control plane VM and the ETCD disk.
326 327 328 329 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 326 class ReplicaPlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnet_id ⇒ ::String
Returns 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.
326 327 328 329 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 326 class ReplicaPlacement include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |