Module: Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment::RolloutState

Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb

Overview

OS policy assignment rollout state

Constant Summary collapse

ROLLOUT_STATE_UNSPECIFIED =

Invalid value

0
IN_PROGRESS =

The rollout is in progress.

1
CANCELLING =

The rollout is being cancelled.

2
CANCELLED =

The rollout is cancelled.

3
SUCCEEDED =

The rollout has completed successfully.

4