Reference documentation and code samples for the Distributed Cloud Edge Network V1 API module Google::Cloud::EdgeNetwork::V1::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.
Constants
STATE_UNKNOWN
value: 0 Unspecified state.
STATE_PENDING
value: 1 The resource is being prepared to be applied to the rack.
STATE_PROVISIONING
value: 2 The resource has started being applied to the rack.
STATE_RUNNING
value: 3 The resource has been pushed to the rack.
[[["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-09-03 UTC."],[],[],null,["# Distributed Cloud Edge Network V1 API - Module Google::Cloud::EdgeNetwork::V1::ResourceState (v2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/ruby/docs/reference/google-cloud-edge_network-v1/latest/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [2.0.2](/ruby/docs/reference/google-cloud-edge_network-v1/2.0.2/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [1.2.0](/ruby/docs/reference/google-cloud-edge_network-v1/1.2.0/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [1.1.0](/ruby/docs/reference/google-cloud-edge_network-v1/1.1.0/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [1.0.3](/ruby/docs/reference/google-cloud-edge_network-v1/1.0.3/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [0.5.0](/ruby/docs/reference/google-cloud-edge_network-v1/0.5.0/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [0.4.1](/ruby/docs/reference/google-cloud-edge_network-v1/0.4.1/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [0.3.1](/ruby/docs/reference/google-cloud-edge_network-v1/0.3.1/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [0.2.1](/ruby/docs/reference/google-cloud-edge_network-v1/0.2.1/Google-Cloud-EdgeNetwork-V1-ResourceState)\n- [0.1.0](/ruby/docs/reference/google-cloud-edge_network-v1/0.1.0/Google-Cloud-EdgeNetwork-V1-ResourceState) \nReference documentation and code samples for the Distributed Cloud Edge Network V1 API module Google::Cloud::EdgeNetwork::V1::ResourceState.\n\nResourceState describes the state the resource.\nA normal lifecycle of a new resource being created would be: PENDING -\\\u003e\nPROVISIONING -\\\u003e RUNNING. A normal lifecycle of an existing resource being\ndeleted would be: RUNNING -\\\u003e DELETING. Any failures during processing will\nresult the resource to be in a SUSPENDED state.\n\nConstants\n---------\n\n### STATE_UNKNOWN\n\n**value:** 0 \nUnspecified state.\n\n### STATE_PENDING\n\n**value:** 1 \nThe resource is being prepared to be applied to the rack.\n\n### STATE_PROVISIONING\n\n**value:** 2 \nThe resource has started being applied to the rack.\n\n### STATE_RUNNING\n\n**value:** 3 \nThe resource has been pushed to the rack.\n\n### STATE_SUSPENDED\n\n**value:** 4 \nThe resource failed to push to the rack.\n\n### STATE_DELETING\n\n**value:** 5 \nThe resource is under deletion."]]