Module: Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap::ConsumerPscConnection::State

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

Overview

The state of the PSC connection. We reserve the right to add more states without notice in the future. Users should not use exhaustive switch statements on this enum. See https://google.aip.dev/216.

Constant Summary collapse

STATE_UNSPECIFIED =

An invalid state as the default case.

0
ACTIVE =

The connection has been created successfully. However, for the up-to-date connection status, please use the service attachment's "ConnectedEndpoint.status" as the source of truth.

1
FAILED =

The connection is not functional since some resources on the connection fail to be created.

2
CREATING =

The connection is being created.

3
DELETING =

The connection is being deleted.

4
CREATE_REPAIRING =

The connection is being repaired to complete creation.

5
DELETE_REPAIRING =

The connection is being repaired to complete deletion.

6