Class: Google::Cloud::AlloyDB::V1::Cluster::PrimaryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Cluster::PrimaryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.
Instance Attribute Summary collapse
-
#secondary_cluster_names ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#secondary_cluster_names ⇒ ::Array<::String> (readonly)
Returns Output only. Names of the clusters that are replicating from this cluster.
483 484 485 486 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 483 class PrimaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |