Service Management v1 API - Enum Rollout.Types.RolloutStatus (2.3.0)

public enum Rollout.Types.RolloutStatus

Reference documentation and code samples for the Service Management v1 API enum Rollout.Types.RolloutStatus.

Status of a Rollout.

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Fields

NameDescription
Cancelled

The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.

Failed

The Rollout has failed and the rollback attempt has failed too.

FailedRolledBack

The Rollout has failed and rolled back to the previous successful Rollout.

InProgress

The Rollout is in progress.

Pending

The Rollout has not started yet and is pending for execution.

Success

The Rollout has completed successfully.

Unspecified

No status specified.