Config Delivery V1 API - Module Google::Cloud::ConfigDelivery::V1::ClusterInfo::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::ClusterInfo::State.
State of the rollout for the cluster.
Constants
STATE_UNSPECIFIED
value: 0
Unspecified state.
WAITING
IN_PROGRESS
value: 2
In progress state.
STALLED
COMPLETED
ABORTED
CANCELLED
ERROR
UNCHANGED
SKIPPED
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["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::ClusterInfo::State (v0.1.0)\n\nReference documentation and code samples for the Config Delivery V1 API module Google::Cloud::ConfigDelivery::V1::ClusterInfo::State.\n\nState of the rollout for the cluster.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified state.\n\n### WAITING\n\n**value:** 1 \nWaiting state.\n\n### IN_PROGRESS\n\n**value:** 2 \nIn progress state.\n\n### STALLED\n\n**value:** 3 \nStalled state.\n\n### COMPLETED\n\n**value:** 4 \nCompleted state.\n\n### ABORTED\n\n**value:** 5 \nAborted state.\n\n### CANCELLED\n\n**value:** 6 \nCancelled state.\n\n### ERROR\n\n**value:** 7 \nError state.\n\n### UNCHANGED\n\n**value:** 8 \nUnchanged state.\n\n### SKIPPED\n\n**value:** 9 \nSkipped state."]]