ProxyConnectionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
For display only. Metadata associated with ProxyConnection.
Attributes |
|
---|---|
Name | Description |
protocol |
str
IP protocol in string format, for example: "TCP", "UDP", "ICMP". |
old_source_ip |
str
Source IP address of an original connection. |
new_source_ip |
str
Source IP address of a new connection. |
old_destination_ip |
str
Destination IP address of an original connection |
new_destination_ip |
str
Destination IP address of a new connection. |
old_source_port |
int
Source port of an original connection. Only valid when protocol is TCP or UDP. |
new_source_port |
int
Source port of a new connection. Only valid when protocol is TCP or UDP. |
old_destination_port |
int
Destination port of an original connection. Only valid when protocol is TCP or UDP. |
new_destination_port |
int
Destination port of a new connection. Only valid when protocol is TCP or UDP. |
subnet_uri |
str
Uri of proxy subnet. |
network_uri |
str
URI of the network where connection is proxied. |