Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class State.
The state of the resource.
Protobuf type google.cloud.networkconnectivity.v1.StateTimeline.StateMetadata.State
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ StateTimeline \ StateMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0An invalid state, which is the default case.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ADDING
Value: 1The resource is being added.
Generated from protobuf enum ADDING = 1;
ACTIVE
Value: 2The resource is in use.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3The resource is being deleted.
Generated from protobuf enum DELETING = 3;
SUSPENDING
Value: 4The resource is being suspended.
Generated from protobuf enum SUSPENDING = 4;
SUSPENDED
Value: 5The resource is suspended and not in use.
Generated from protobuf enum SUSPENDED = 5;