Config Delivery V1 API - Module Google::Cloud::ConfigDelivery::V1::FleetPackage::State (v1.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Config Delivery V1 API module Google::Cloud::ConfigDelivery::V1::FleetPackage::State.
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.
Constants
STATE_UNSPECIFIED
value: 0 Unspecified state.
ACTIVE
value: 1 FleetPackage is intended to be active.
SUSPENDED
value: 2 FleetPackage is intended to be suspended.