Infrastructure Manager V1 API - Module Google::Cloud::ConfigService::V1::Deployment::LockState (v0.1.0)

Reference documentation and code samples for the Infrastructure Manager V1 API module Google::Cloud::ConfigService::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.