activationPolicy property
The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'.
Valid values: 'ALWAYS': The instance is on, and remains so even in the
absence of connection requests. NEVER
: The instance is off; it is not
activated, even if a connection request arrives.
Possible string values are:
- "SQL_ACTIVATION_POLICY_UNSPECIFIED" : unspecified policy.
- "ALWAYS" : The instance is always up and running.
- "NEVER" : The instance should never spin up.
Implementation
core.String? activationPolicy;