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

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
NameDescription
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
TypeDescription
bool

setPscEnabled

Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this