Google Cloud Sql Admin V1beta4 Client - Class SqlActivationPolicy (0.17.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlActivationPolicy.

Specifies when the instance is activated.

Protobuf type google.cloud.sql.v1beta4.Settings.SqlActivationPolicy

Namespace

Google \ Cloud \ Sql \ V1beta4 \ Settings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SQL_ACTIVATION_POLICY_UNSPECIFIED

Value: 0

Unknown activation plan.

Generated from protobuf enum SQL_ACTIVATION_POLICY_UNSPECIFIED = 0;

ALWAYS

Value: 1

The instance is always up and running.

Generated from protobuf enum ALWAYS = 1;

NEVER

Value: 2

The instance never starts.

Generated from protobuf enum NEVER = 2;

ON_DEMAND

Value: 3

The instance starts upon receiving requests.

Generated from protobuf enum ON_DEMAND = 3 [deprecated = true];