Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class PscConfig.
PscConfig contains PSC related configuration at a cluster level.
Generated from protobuf message google.cloud.alloydb.v1alpha.Cluster.PscConfig
Namespace
Google \ Cloud \ AlloyDb \ V1alpha \ ClusterMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ psc_enabled |
bool
Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance. |
getPscEnabled
Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setPscEnabled
Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|