AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::Cluster::SecondaryConfig (v0.7.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::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}