Class: Google::Cloud::AlloyDB::V1alpha::Cluster::PrimaryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Cluster::PrimaryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/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.
484 485 486 487 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 484 class PrimaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |