Network Connectivity V1 API - Module Google::Cloud::NetworkConnectivity::V1::State (v1.10.1)

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.