Module: Google::Cloud::CloudDMS::V1::CloudSqlSettings::SqlActivationPolicy
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
Specifies when the instance should be activated.
Constant Summary collapse
- SQL_ACTIVATION_POLICY_UNSPECIFIED =
unspecified policy.
0
- ALWAYS =
The instance is always up and running.
1
- NEVER =
The instance should never spin up.
2