Class NetworkConnection (0.1.8)

NetworkConnection(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
protocol str
Connection protocol (e.g. TCP/UDP).
local_ip_address str
Local IP address.
local_port int
Local port.
remote_ip_address str
Remote IP address.
remote_port int
Remote port.
state google.cloud.migrationcenter_v1.types.NetworkConnection.State
Network connection state.
pid int
Process ID.
process_name str
Process or service name.

Classes

State

State(value)

Network connection state.