Module: Google::Cloud::Sql::V1::Settings::SqlActivationPolicy
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
Specifies when the instance is activated.
Constant Summary collapse
- SQL_ACTIVATION_POLICY_UNSPECIFIED =
Unknown activation plan.
0- ALWAYS =
The instance is always up and running.
1- NEVER =
The instance never starts.
2- ON_DEMAND =
The instance starts upon receiving requests.
3