Module: Google::Cloud::SecureSourceManager::V1::Instance::State

Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

Secure Source Manager instance state.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set. This should only be the case for incoming requests.

0
CREATING =

Instance is being created.

1
ACTIVE =

Instance is ready.

2
DELETING =

Instance is being deleted.

3
PAUSED =

Instance is paused.

4
UNKNOWN =

Instance is unknown, we are not sure if it's functioning.

6