Reference documentation and code samples for the Google Cloud Edge Network V1 Client class 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-09-04 UTC."],[],[],null,["# Google Cloud Edge Network V1 Client - Class ResourceState (1.2.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.3 (latest)](/php/docs/reference/cloud-edgenetwork/latest/V1.ResourceState)\n- [1.2.2](/php/docs/reference/cloud-edgenetwork/1.2.2/V1.ResourceState)\n- [1.1.4](/php/docs/reference/cloud-edgenetwork/1.1.4/V1.ResourceState)\n- [1.0.0](/php/docs/reference/cloud-edgenetwork/1.0.0/V1.ResourceState)\n- [0.3.6](/php/docs/reference/cloud-edgenetwork/0.3.6/V1.ResourceState)\n- [0.2.0](/php/docs/reference/cloud-edgenetwork/0.2.0/V1.ResourceState)\n- [0.1.1](/php/docs/reference/cloud-edgenetwork/0.1.1/V1.ResourceState) \nReference documentation and code samples for the Google Cloud Edge Network V1 Client class ResourceState.\n\nResourceState describes the state the resource.\n\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\nProtobuf type `google.cloud.edgenetwork.v1.ResourceState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ EdgeNetwork \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNKNOWN\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNKNOWN = 0;`\n\n### STATE_PENDING\n\n Value: 1\n\nThe resource is being prepared to be applied to the rack.\n\nGenerated from protobuf enum `STATE_PENDING = 1;`\n\n### STATE_PROVISIONING\n\n Value: 2\n\nThe resource has started being applied to the rack.\n\nGenerated from protobuf enum `STATE_PROVISIONING = 2;`\n\n### STATE_RUNNING\n\n Value: 3\n\nThe resource has been pushed to the rack.\n\nGenerated from protobuf enum `STATE_RUNNING = 3;`\n\n### STATE_SUSPENDED\n\n Value: 4\n\nThe resource failed to push to the rack.\n\nGenerated from protobuf enum `STATE_SUSPENDED = 4;`\n\n### STATE_DELETING\n\n Value: 5\n\nThe resource is under deletion.\n\nGenerated from protobuf enum `STATE_DELETING = 5;`"]]