Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::Cluster::SecondaryConfig.
Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#primary_cluster_name
def primary_cluster_name() -> ::String
    Returns
    
  - 
        (::String) — 
The name of the primary cluster name with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}
 
 
#primary_cluster_name=
def primary_cluster_name=(value) -> ::String
    Parameter
    
  - 
        value (::String) — 
The name of the primary cluster name with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}
 
 
    Returns
    
- 
        (::String) — 
The name of the primary cluster name with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}