Infrastructure Manager v1 API - Enum DeploymentGroup.Types.State (1.12.0)

public enum DeploymentGroup.Types.State

Reference documentation and code samples for the Infrastructure Manager v1 API enum DeploymentGroup.Types.State.

Possible states of a deployment group.

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Fields

Name Description
Active

The deployment group is healthy.

Creating

The deployment group is being created.

Deleted

The deployment group has been deleted.

Deleting

The deployment group is being deleted.

Failed

The deployment group has encountered an unexpected error.

Suspended

The deployment group is no longer being actively reconciled. This may be the result of recovering the project after deletion.

Unspecified

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

Updating

The deployment group is being updated.