Reference documentation and code samples for the Distributed Cloud Edge Network v1 API enum ResourceState.
ResourceState describes the state the resource.
A normal lifecycle of a new resource being created would be: PENDING ->
PROVISIONING -> RUNNING. A normal lifecycle of an existing resource being
deleted would be: RUNNING -> DELETING. Any failures during processing will
result the resource to be in a SUSPENDED state.
[[["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-03-21 UTC."],[[["This documentation outlines the `ResourceState` enum within the Google Cloud Edge Network v1 API, describing the different states a resource can be in."],["The `ResourceState` enum includes states such as `StatePending`, `StateProvisioning`, `StateRunning`, `StateDeleting`, `StateSuspended`, and `StateUnknown`."],["The normal lifecycle of a new resource transitions through `StatePending`, `StateProvisioning`, and then `StateRunning`, whereas deletion follows `StateRunning` to `StateDeleting`."],["If any failures are encountered during processing, the resource will be designated as `StateSuspended`."],["The current latest version of this documentation is 1.4.0 with older versions also being listed going back to version 1.0.0."]]],[]]