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.
Implementation
@$pb.TagNumber(5)
CloudSqlSettings_SqlActivationPolicy get activationPolicy => $_getN(4);
Implementation
@$pb.TagNumber(5)
set activationPolicy(CloudSqlSettings_SqlActivationPolicy v) { setField(5, v); }