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."],["The `ResourceState` enum describes the lifecycle state of a resource, including states such as `PENDING`, `PROVISIONING`, `RUNNING`, `DELETING`, and `SUSPENDED`."],["The latest version of the API documented on this page is version 1.4.0, with previous versions going back to 1.0.0 being available."],["The `ResourceState` enum is located within the `Google.Cloud.EdgeNetwork.V1` namespace, and it is contained in the `Google.Cloud.EdgeNetwork.V1.dll` assembly."],["The documentation also lists the fields within the ResourceState, detailing the `StateUnknown`, `StatePending`, `StateProvisioning`, `StateRunning`, `StateDeleting`, and `StateSuspended` states, including a short description of each one."]]],[]]