Class: Google::Cloud::AlloyDB::V1alpha::Cluster::SecondaryConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.

Instance Attribute Summary collapse

Instance Attribute Details

#primary_cluster_name::String



596
597
598
599
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 596

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