Network Connectivity v1 API - Enum ServiceConnectionMap.Types.ConsumerPscConnection.Types.State (2.10.0)

public enum ServiceConnectionMap.Types.ConsumerPscConnection.Types.State

Reference documentation and code samples for the Network Connectivity v1 API enum ServiceConnectionMap.Types.ConsumerPscConnection.Types.State.

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.

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Fields

Name Description
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.

CreateRepairing

The connection is being repaired to complete creation.

Creating

The connection is being created.

DeleteRepairing

The connection is being repaired to complete deletion.

Deleting

The connection is being deleted.

Failed

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

Unspecified

An invalid state as the default case.