Google Cloud AlloyDB for PostgreSQL V1 Client - Class SecondaryConfig (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class SecondaryConfig.

Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.

Generated from protobuf message google.cloud.alloydb.v1.Cluster.SecondaryConfig

Namespace

Google \ Cloud \ AlloyDb \ V1 \ Cluster

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ primary_cluster_name string

The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}

getPrimaryClusterName

The name of the primary cluster name with the format:

  • projects/{project}/locations/{region}/clusters/{cluster_id}
Returns
TypeDescription
string

setPrimaryClusterName

The name of the primary cluster name with the format:

  • projects/{project}/locations/{region}/clusters/{cluster_id}
Parameter
NameDescription
var string
Returns
TypeDescription
$this