Module: Google::Cloud::MigrationCenter::V1::NetworkConnection::State
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Network connection state.
Constant Summary collapse
- STATE_UNSPECIFIED =
Connection state is unknown or unspecified.
0- OPENING =
The connection is being opened.
1- OPEN =
The connection is open.
2- LISTEN =
Listening for incoming connections.
3- CLOSING =
The connection is being closed.
4- CLOSED =
The connection is closed.
5