Google Cloud AlloyDB for PostgreSQL V1beta Client - Class Mode (0.10.2)

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

Specifies the available modes of update.

Protobuf type google.cloud.alloydb.v1beta.Instance.UpdatePolicy.Mode

Namespace

Google \ Cloud \ AlloyDb \ V1beta \ Instance \ UpdatePolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Mode is unknown.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

PBDEFAULT

Value: 1

Least disruptive way to apply the update.

Generated from protobuf enum DEFAULT = 1;

FORCE_APPLY

Value: 2

Performs a forced update when applicable. This will be fast but may incur a downtime.

Generated from protobuf enum FORCE_APPLY = 2;