Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class PscConfig (0.10.1)

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 \ Cluster

Methods

__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