Class Connection (1.11.0)

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

Contains information about the IP connection associated with the finding.

Attributes

NameDescription
destination_ip str
Destination IP address. Not present for sockets that are listening and not connected.
destination_port int
Destination port. Not present for sockets that are listening and not connected.
source_ip str
Source IP address.
source_port int
Source port.
protocol google.cloud.securitycenter_v1.types.Connection.Protocol
IANA Internet Protocol Number such as TCP(6) and UDP(17).

Inheritance

builtins.object > proto.message.Message > Connection

Classes

Protocol

Protocol(value)

IANA Internet Protocol Number such as TCP(6) and UDP(17).