Google Cloud AlloyDB for PostgreSQL V1 Client - Class ActivationPolicy (1.4.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ActivationPolicy.

Specifies whether an instance needs to spin up.

Protobuf type google.cloud.alloydb.v1.Instance.ActivationPolicy

Namespace

Google \ Cloud \ AlloyDb \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTIVATION_POLICY_UNSPECIFIED

Value: 0

The policy is not specified.

Generated from protobuf enum ACTIVATION_POLICY_UNSPECIFIED = 0;

ALWAYS

Value: 1

The instance is running.

Generated from protobuf enum ALWAYS = 1;

NEVER

Value: 2

The instance is not running.

Generated from protobuf enum NEVER = 2;