Distributed Cloud Edge Network v1 API - Enum ResourceState (1.3.0)

public enum ResourceState

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.

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Fields

Name Description
StateDeleting

The resource is under deletion.

StatePending

The resource is being prepared to be applied to the rack.

StateProvisioning

The resource has started being applied to the rack.

StateRunning

The resource has been pushed to the rack.

StateSuspended

The resource failed to push to the rack.

StateUnknown

Unspecified state.