Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 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.v1.Cluster.PrimaryConfig
Namespace
Google \ Cloud \ AlloyDb \ V1 \ ClusterMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSecondaryClusterNames
Output only. Names of the clusters that are replicating from this cluster.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |