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

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;

UPDATING

Value: 6

The resource's Update operation is in progress

Generated from protobuf enum UPDATING = 6;