public enum Deployment.Types.LockStateReference documentation and code samples for the Infrastructure Manager v1 API enum Deployment.Types.LockState.
Possible lock states of a deployment.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Fields |
|
|---|---|
| Name | Description |
LockFailed |
The deployment has failed to lock. |
Locked |
The deployment is locked. |
Locking |
The deployment is being locked. |
UnlockFailed |
The deployment has failed to unlock. |
Unlocked |
The deployment is unlocked. |
Unlocking |
The deployment is being unlocked. |
Unspecified |
The default value. This value is used if the lock state is omitted. |