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

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
Locked

The deployment is locked.

LockFailed

The deployment has failed to lock.

Locking

The deployment is being locked.

Unlocked

The deployment is unlocked.

UnlockFailed

The deployment has failed to unlock.

Unlocking

The deployment is being unlocked.

Unspecified

The default value. This value is used if the lock state is omitted.