Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::Config::V1::Deployment::LockState.
Possible lock states of a deployment.
Constants
LOCK_STATE_UNSPECIFIED
value: 0
The default value. This value is used if the lock state is omitted.
LOCKED
value: 1
The deployment is locked.
UNLOCKED
value: 2
The deployment is unlocked.
LOCKING
value: 3
The deployment is being locked.
UNLOCKING
value: 4
The deployment is being unlocked.
LOCK_FAILED
value: 5
The deployment has failed to lock.
UNLOCK_FAILED
value: 6
The deployment has failed to unlock.