Class NetworkConnection (0.1.6)

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

Attributes

NameDescription
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.

Values: STATE_UNSPECIFIED (0): Connection state is unknown or unspecified. OPENING (1): The connection is being opened. OPEN (2): The connection is open. LISTEN (3): Listening for incoming connections. CLOSING (4): The connection is being closed. CLOSED (5): The connection is closed.