Config Delivery V1 API - Module Google::Cloud::ConfigDelivery::V1::FleetPackage::State (v0.1.0)
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Config Delivery V1 API - Module Google::Cloud::ConfigDelivery::V1::FleetPackage::State (v0.1.0)\n\nReference documentation and code samples for the Config Delivery V1 API module Google::Cloud::ConfigDelivery::V1::FleetPackage::State.\n\nState indicates the desired state for the fleet package.\nUnspecified value is equivalent to `ACTIVE`. If state is set to\n`SUSPENDED`, active rollout (if any) will continue but no new rollouts will\nbe scheduled.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified state.\n\n### ACTIVE\n\n**value:** 1 \n`FleetPackage` is intended to be active.\n\n### SUSPENDED\n\n**value:** 2 \n`FleetPackage` is intended to be suspended."]]