Class: Google::Cloud::GkeMultiCloud::V1::ReplicaPlacement

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb

Overview

Configuration for the placement of a control plane replica.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

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



322
323
324
325
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 322

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.

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.



322
323
324
325
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 322

class ReplicaPlacement
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end