Module: Google::Cloud::EdgeNetwork::V1::ResourceState
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
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.
Constant Summary collapse
- STATE_UNKNOWN =
Unspecified state.
0
- STATE_PENDING =
The resource is being prepared to be applied to the rack.
1
- STATE_PROVISIONING =
The resource has started being applied to the rack.
2
- STATE_RUNNING =
The resource has been pushed to the rack.
3
- STATE_SUSPENDED =
The resource failed to push to the rack.
4
- STATE_DELETING =
The resource is under deletion.
5