Reference documentation and code samples for the Google Cloud Service Management V1 Client class RolloutStatus.
Status of a Rollout.
Protobuf type google.api.servicemanagement.v1.Rollout.RolloutStatus
Namespace
Google \ Cloud \ ServiceManagement \ V1 \ RolloutMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ROLLOUT_STATUS_UNSPECIFIED
Value: 0
No status specified.
Generated from protobuf enum ROLLOUT_STATUS_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1
The Rollout is in progress.
Generated from protobuf enum IN_PROGRESS = 1;
SUCCESS
Value: 2
The Rollout has completed successfully.
Generated from protobuf enum SUCCESS = 2;
CANCELLED
Value: 3
The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.
Generated from protobuf enum CANCELLED = 3;
FAILED
Value: 4
The Rollout has failed and the rollback attempt has failed too.
Generated from protobuf enum FAILED = 4;
PENDING
Value: 5
The Rollout has not started yet and is pending for execution.
Generated from protobuf enum PENDING = 5;
FAILED_ROLLED_BACK
Value: 6
The Rollout has failed and rolled back to the previous successful Rollout.
Generated from protobuf enum FAILED_ROLLED_BACK = 6;