Module: Google::Cloud::Config::V1::Deployment::LockState

Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Possible lock states of a deployment.

Constant Summary collapse

LOCK_STATE_UNSPECIFIED =

The default value. This value is used if the lock state is omitted.

0
LOCKED =

The deployment is locked.

1
UNLOCKED =

The deployment is unlocked.

2
LOCKING =

The deployment is being locked.

3
UNLOCKING =

The deployment is being unlocked.

4
LOCK_FAILED =

The deployment has failed to lock.

5
UNLOCK_FAILED =

The deployment has failed to unlock.

6