lockState property
Current lock state of the deployment.
Output only. Possible string values are:
- "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.
Implementation
core.String? lockState;