Reference documentation and code samples for the Google Cloud Migration Center V1 Client class State.
Network connection state.
Protobuf type google.cloud.migrationcenter.v1.NetworkConnection.State
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ NetworkConnectionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Connection state is unknown or unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
OPENING
Value: 1The connection is being opened.
Generated from protobuf enum OPENING = 1;
OPEN
Value: 2The connection is open.
Generated from protobuf enum OPEN = 2;
LISTEN
Value: 3Listening for incoming connections.
Generated from protobuf enum LISTEN = 3;
CLOSING
Value: 4The connection is being closed.
Generated from protobuf enum CLOSING = 4;
CLOSED
Value: 5The connection is closed.
Generated from protobuf enum CLOSED = 5;