Reference documentation and code samples for the Google Cloud OsConfig V1 Client class RolloutState.
State of the rollout
Protobuf type google.cloud.osconfig.v1.OSPolicyAssignmentOperationMetadata.RolloutState
Namespace
Google \ Cloud \ OsConfig \ V1 \ OSPolicyAssignmentOperationMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ROLLOUT_STATE_UNSPECIFIED
Value: 0
Invalid value
Generated from protobuf enum ROLLOUT_STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1
The rollout is in progress.
Generated from protobuf enum IN_PROGRESS = 1;
CANCELLING
Value: 2
The rollout is being cancelled.
Generated from protobuf enum CANCELLING = 2;
CANCELLED
Value: 3
The rollout is cancelled.
Generated from protobuf enum CANCELLED = 3;
SUCCEEDED
Value: 4
The rollout has completed successfully.
Generated from protobuf enum SUCCEEDED = 4;