Interface protos.google.cloud.migrationcenter.v1.INetworkConnection (2.1.0)

Properties of a NetworkConnection.

Package

@google-cloud/migrationcenter

Properties

localIpAddress

localIpAddress?: (string|null);

NetworkConnection localIpAddress

localPort

localPort?: (number|null);

NetworkConnection localPort

pid

pid?: (number|Long|string|null);

NetworkConnection pid

processName

processName?: (string|null);

NetworkConnection processName

protocol

protocol?: (string|null);

NetworkConnection protocol

remoteIpAddress

remoteIpAddress?: (string|null);

NetworkConnection remoteIpAddress

remotePort

remotePort?: (number|null);

NetworkConnection remotePort

state

state?: (google.cloud.migrationcenter.v1.NetworkConnection.State|keyof typeof google.cloud.migrationcenter.v1.NetworkConnection.State|null);

NetworkConnection state