Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ActivationPolicy.
Specifies whether an instance needs to spin up.
Protobuf type google.cloud.alloydb.v1.Instance.ActivationPolicy
Namespace
Google \ Cloud \ AlloyDb \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTIVATION_POLICY_UNSPECIFIED
Value: 0The policy is not specified.
Generated from protobuf enum ACTIVATION_POLICY_UNSPECIFIED = 0;
ALWAYS
Value: 1The instance is running.
Generated from protobuf enum ALWAYS = 1;
NEVER
Value: 2The instance is not running.
Generated from protobuf enum NEVER = 2;