Connection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains information about the IP connection associated with the finding.
Attributes | |
---|---|
Name | Description |
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). |
Classes
Protocol
Protocol(value)
IANA Internet Protocol Number such as TCP(6) and UDP(17).
Values: PROTOCOL_UNSPECIFIED (0): Unspecified protocol (not HOPOPT). ICMP (1): Internet Control Message Protocol. TCP (6): Transmission Control Protocol. UDP (17): User Datagram Protocol. GRE (47): Generic Routing Encapsulation. ESP (50): Encap Security Payload.