Migration Center V1 API - Module Google::Cloud::MigrationCenter::V1::NetworkConnection::State (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API module Google::Cloud::MigrationCenter::V1::NetworkConnection::State.

Network connection state.

Constants

STATE_UNSPECIFIED

value: 0
Connection state is unknown or unspecified.

OPENING

value: 1
The connection is being opened.

OPEN

value: 2
The connection is open.

LISTEN

value: 3
Listening for incoming connections.

CLOSING

value: 4
The connection is being closed.

CLOSED

value: 5
The connection is closed.