Google Cloud AlloyDB for PostgreSQL V1beta Client - Class PrimaryConfig (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class PrimaryConfig.

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.

Generated from protobuf message google.cloud.alloydb.v1beta.Cluster.PrimaryConfig

Namespace

Google \ Cloud \ AlloyDb \ V1beta \ Cluster

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ secondary_cluster_names array

Output only. Names of the clusters that are replicating from this cluster.

getSecondaryClusterNames

Output only. Names of the clusters that are replicating from this cluster.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSecondaryClusterNames

Output only. Names of the clusters that are replicating from this cluster.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this