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."],[[["The document details the `ResourceState` enum for the Distributed Cloud Edge Network v1 API, outlining 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 `StateRunning`, while a resource being deleted transitions from `StateRunning` to `StateDeleting`."],["Any failure during resource processing will result in the resource being in a `StateSuspended` state."],["This documentation covers versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, and the latest version 1.4.0 of the API, within the `Google.Cloud.EdgeNetwork.V1` namespace."]]],[]]