Infrastructure Manager v1 API - Enum Deployment.Types.LockState (1.3.0)

public enum Deployment.Types.LockState

Reference documentation and code samples for the Infrastructure Manager v1 API enum Deployment.Types.LockState.

Possible lock states of a deployment.

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

NameDescription
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.