Google Cloud Deploy v1 API - Enum RolloutUpdateEvent.Types.RolloutUpdateType (2.15.0)

public enum RolloutUpdateEvent.Types.RolloutUpdateType

Reference documentation and code samples for the Google Cloud Deploy v1 API enum RolloutUpdateEvent.Types.RolloutUpdateType.

RolloutUpdateType indicates the type of the rollout update.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

NameDescription
AdvanceRequired

Rollout requires advance to the next phase.

Advanced

Rollout has been advanced.

ApprovalRequired

Rollout requires approval.

Approved

Rollout has been approved.

Cancelled

Rollout state updated to cancelled.

Cancelling

Rollout state updated to cancelling.

Failed

Rollout state updated to failed.

Halted

Rollout state updated to halted.

InProgress

Rollout state updated to in progress.

Pending

rollout state updated to pending.

PendingRelease

Rollout state updated to pending release.

Rejected

Rollout has been rejected.

Succeeded

Rollout state updated to succeeded.

Unspecified

Rollout update type unspecified.