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 page provides documentation for the `ResourceState` enum within the Google Cloud Edge Network v1 API."],["`ResourceState` describes the lifecycle status of a resource, including states like `PENDING`, `PROVISIONING`, `RUNNING`, `DELETING`, `SUSPENDED`, and `UNKNOWN`."],["The latest version of the API documented on this page is version 1.4.0, with older versions ranging down to 1.0.0 also available."],["The `ResourceState` enum is found within the `Google.Cloud.EdgeNetwork.V1` namespace, and it is contained within the `Google.Cloud.EdgeNetwork.V1.dll` assembly."],["There are six field values defined within the `ResourceState` enum, which each represent a different state that a resource can have throughout its lifecycle."]]],[]]