Google Cloud OsConfig V1 Client - Class RolloutState (1.3.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class RolloutState.

OS policy assignment rollout state

Protobuf type google.cloud.osconfig.v1.OSPolicyAssignment.RolloutState

Namespace

Google \ Cloud \ OsConfig \ V1 \ OSPolicyAssignment

Methods

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;