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: 0unspecified policy.
Generated from protobuf enum SQL_ACTIVATION_POLICY_UNSPECIFIED = 0;
ALWAYS
Value: 1The instance is always up and running.
Generated from protobuf enum ALWAYS = 1;
NEVER
Value: 2The instance should never spin up.
Generated from protobuf enum NEVER = 2;