Possible lock states of a deployment.
| Enums | |
|---|---|
LOCK_STATE_UNSPECIFIED
|
The default value. This value is used if the lock state is omitted. |
LOCKED
|
The deployment is locked. |
UNLOCKED
|
The deployment is unlocked. |
LOCKING
|
The deployment is being locked. |
UNLOCKING
|
The deployment is being unlocked. |
LOCK_FAILED
|
The deployment has failed to lock. |
UNLOCK_FAILED
|
The deployment has failed to unlock. |

