Module: Google::Cloud::AlloyDB::V1beta::Instance::ActivationPolicy

Defined in:
proto_docs/google/cloud/alloydb/v1beta/resources.rb

Overview

Specifies whether an instance needs to spin up.

Constant Summary collapse

ACTIVATION_POLICY_UNSPECIFIED =

The policy is not specified.

0
ALWAYS =

The instance is running.

1
NEVER =

The instance is not running.

2