Migration Center v1 API - Enum NetworkConnection.Types.State (1.0.0)

public enum NetworkConnection.Types.State

Reference documentation and code samples for the Migration Center v1 API enum NetworkConnection.Types.State.

Network connection state.

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Fields

NameDescription
Closed

The connection is closed.

Closing

The connection is being closed.

Listen

Listening for incoming connections.

Open

The connection is open.

Opening

The connection is being opened.

Unspecified

Connection state is unknown or unspecified.