Module: Google::Cloud::NetworkConnectivity::V1::StateTimeline::StateMetadata::State

Defined in:
proto_docs/google/cloud/networkconnectivity/v1/data_transfer.rb

Overview

The state of the resource.

Constant Summary collapse

STATE_UNSPECIFIED =

An invalid state, which is the default case.

0
ADDING =

The resource is being added.

1
ACTIVE =

The resource is in use.

2
DELETING =

The resource is being deleted.

3
SUSPENDING =

The resource is being suspended.

4
SUSPENDED =

The resource is suspended and not in use.

5