Google Cloud Network Connectivity V1 Client - Class State (1.4.2)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class State.

The State enum represents the lifecycle stage of a Network Connectivity Center resource.

Protobuf type google.cloud.networkconnectivity.v1.State

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

No state information available

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The resource's create operation is in progress.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The resource is active

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

The resource's delete operation is in progress.

Generated from protobuf enum DELETING = 3;

ACCEPTING

Value: 8

The resource's accept operation is in progress.

Generated from protobuf enum ACCEPTING = 8;

REJECTING

Value: 9

The resource's reject operation is in progress.

Generated from protobuf enum REJECTING = 9;

UPDATING

Value: 6

The resource's update operation is in progress.

Generated from protobuf enum UPDATING = 6;

INACTIVE

Value: 7

The resource is inactive.

Generated from protobuf enum INACTIVE = 7;

OBSOLETE

Value: 10

The hub associated with this spoke resource has been deleted.

This state applies to spoke resources only.

Generated from protobuf enum OBSOLETE = 10;