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

public enum Rollout.Types.State

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

Valid states of a Rollout.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

NameDescription
ApprovalRejected

An approver rejected the Rollout.

Cancelled

The Rollout has been cancelled.

Cancelling

The Rollout is in the process of being cancelled.

Failed

The Rollout has failed.

Halted

The Rollout is halted.

InProgress

The Rollout is being deployed.

Pending

The Rollout is waiting for an earlier Rollout(s) to complete on this Target.

PendingApproval

The Rollout needs approval.

PendingRelease

The Rollout is waiting for the Release to be fully rendered.

Succeeded

The Rollout has completed successfully.

Unspecified

The Rollout has an unspecified state.