Class State (0.1.0)

State(value)

State indicates the desired state for the fleet package. Unspecified value is equivalent to ACTIVE. If state is set to SUSPENDED, active rollout (if any) will continue but no new rollouts will be scheduled.

Enums

Name Description
STATE_UNSPECIFIED Unspecified state.
ACTIVE `FleetPackage` is intended to be active.
SUSPENDED `FleetPackage` is intended to be suspended.