Reference documentation and code samples for the Google Cloud Network Management V1 Client class ProxyConnectionInfo.
For display only. Metadata associated with ProxyConnection.
Generated from protobuf message google.cloud.networkmanagement.v1.ProxyConnectionInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ protocol
string
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
↳ old_source_ip
string
Source IP address of an original connection.
↳ new_source_ip
string
Source IP address of a new connection.
↳ old_destination_ip
string
Destination IP address of an original connection
↳ new_destination_ip
string
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
string
Uri of proxy subnet.
↳ network_uri
string
URI of the network where connection is proxied.
getProtocol
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string
setProtocol
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
var
string
$this
getOldSourceIp
Source IP address of an original connection.
string
setOldSourceIp
Source IP address of an original connection.
var
string
$this
getNewSourceIp
Source IP address of a new connection.
string
setNewSourceIp
Source IP address of a new connection.
var
string
$this
getOldDestinationIp
Destination IP address of an original connection
string
setOldDestinationIp
Destination IP address of an original connection
var
string
$this
getNewDestinationIp
Destination IP address of a new connection.
string
setNewDestinationIp
Destination IP address of a new connection.
var
string
$this
getOldSourcePort
Source port of an original connection. Only valid when protocol is TCP or UDP.
int
setOldSourcePort
Source port of an original connection. Only valid when protocol is TCP or UDP.
var
int
$this
getNewSourcePort
Source port of a new connection. Only valid when protocol is TCP or UDP.
int
setNewSourcePort
Source port of a new connection. Only valid when protocol is TCP or UDP.
var
int
$this
getOldDestinationPort
Destination port of an original connection. Only valid when protocol is TCP or UDP.
int
setOldDestinationPort
Destination port of an original connection. Only valid when protocol is TCP or UDP.
var
int
$this
getNewDestinationPort
Destination port of a new connection. Only valid when protocol is TCP or UDP.
int
setNewDestinationPort
Destination port of a new connection. Only valid when protocol is TCP or UDP.
var
int
$this
getSubnetUri
Uri of proxy subnet.
string
setSubnetUri
Uri of proxy subnet.
var
string
$this
getNetworkUri
URI of the network where connection is proxied.
string
setNetworkUri
URI of the network where connection is proxied.
var
string
$this