Google Cloud Deploy v1 API - Enum Phase.Types.State (2.15.0)

public enum Phase.Types.State

Reference documentation and code samples for the Google Cloud Deploy v1 API enum Phase.Types.State.

Valid states of a Phase.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

NameDescription
Aborted

The Phase was aborted.

Failed

The Phase has failed.

InProgress

The Phase is in progress.

Pending

The Phase is waiting for an earlier Phase(s) to complete.

Skipped

The Phase was skipped.

Succeeded

The Phase has succeeded.

Unspecified

The Phase has an unspecified state.