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-06-11 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 `StateRunning`, while a resource being deleted moves from `StateRunning` to `StateDeleting`."],["Version 1.4.0 is the latest version of the API documentation, and the enum `ResourceState` can be found in the `Google.Cloud.EdgeNetwork.V1` namespace."],["If a resource experiences a processing failure, its state will transition to `StateSuspended`."]]],[]]