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 \ CloudSqlSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;