Google Cloud Sql Admin V1 Client - Class SqlActivationPolicy (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlActivationPolicy.
Specifies when the instance is activated.
Protobuf type google.cloud.sql.v1.Settings.SqlActivationPolicy
Namespace
Google \ Cloud \ Sql \ V1 \ Settings
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
SQL_ACTIVATION_POLICY_UNSPECIFIED
Value: 0
Unknown activation plan.
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 never starts.
Generated from protobuf enum NEVER = 2;
ON_DEMAND
Value: 3
The instance starts upon receiving requests.
Generated from protobuf enum ON_DEMAND = 3 [deprecated = true];
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]