Reference documentation and code samples for the Network Connectivity V1 API module Google::Cloud::NetworkConnectivity::V1::State.
The State enum represents the lifecycle stage of a Network Connectivity Center resource.
Constants
STATE_UNSPECIFIED
value: 0
No state information available
CREATING
value: 1
The resource's create operation is in progress.
ACTIVE
value: 2
The resource is active
DELETING
value: 3
The resource's delete operation is in progress.
ACCEPTING
value: 8
The resource's accept operation is in progress.
REJECTING
value: 9
The resource's reject operation is in progress.
UPDATING
value: 6
The resource's update operation is in progress.
INACTIVE
value: 7
The resource is inactive.
OBSOLETE
value: 10
The hub associated with this spoke resource has been deleted.
This state applies to spoke resources only.
FAILED
value: 11
The resource is in an undefined state due to resource creation or deletion
failure. You can try to delete the resource later or contact support for
help.