Google Cloud Dms V1 Client - Class SqlActivationPolicy (1.4.2)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SqlActivationPolicy.

Specifies when the instance should be activated.

Protobuf type google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy

Namespace

Google \ Cloud \ CloudDms \ V1 \ CloudSqlSettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SQL_ACTIVATION_POLICY_UNSPECIFIED

Value: 0

unspecified policy.

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 should never spin up.

Generated from protobuf enum NEVER = 2;