Class: Google::Cloud::AlloyDB::V1alpha::Cluster::SecondaryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Cluster::SecondaryConfig
- 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
-
#primary_cluster_name ⇒ ::String
The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}.
Instance Attribute Details
#primary_cluster_name ⇒ ::String
Returns The name of the primary cluster name with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}.
472 473 474 475 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 472 class SecondaryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |