SaaS Runtime v1beta1 API - Enum Rollout.Types.RolloutState (1.0.0-beta01)

public enum Rollout.Types.RolloutState

Reference documentation and code samples for the SaaS Runtime v1beta1 API enum Rollout.Types.RolloutState.

The current state of the rollout.

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Fields

Name Description
Cancelled

Rollout has been canceled.

Cancelling

Rollout is being canceled.

Failed

Rollout has failed.

Paused

Rollout has been paused.

Pausing

Rollout is being paused.

Resuming

Rollout is being resumed.

Running

Rollout is in progress.

Succeeded

Rollout completed successfully.

Unspecified

Unspecified state.

Waiting

Rollout is waiting for some condition to be met before starting.