GoogleApi.NetworkManagement.V1beta1.Model.ProxyConnectionInfo (google_api_network_management v0.39.0)
View SourceFor display only. Metadata associated with ProxyConnection.
Attributes
-
networkUri
(type:String.t
, default:nil
) - URI of the network where connection is proxied. -
newDestinationIp
(type:String.t
, default:nil
) - Destination IP address of a new connection. -
newDestinationPort
(type:integer()
, default:nil
) - Destination port of a new connection. Only valid when protocol is TCP or UDP. -
newSourceIp
(type:String.t
, default:nil
) - Source IP address of a new connection. -
newSourcePort
(type:integer()
, default:nil
) - Source port of a new connection. Only valid when protocol is TCP or UDP. -
oldDestinationIp
(type:String.t
, default:nil
) - Destination IP address of an original connection -
oldDestinationPort
(type:integer()
, default:nil
) - Destination port of an original connection. Only valid when protocol is TCP or UDP. -
oldSourceIp
(type:String.t
, default:nil
) - Source IP address of an original connection. -
oldSourcePort
(type:integer()
, default:nil
) - Source port of an original connection. Only valid when protocol is TCP or UDP. -
protocol
(type:String.t
, default:nil
) - IP protocol in string format, for example: "TCP", "UDP", "ICMP". -
subnetUri
(type:String.t
, default:nil
) - Uri of proxy subnet.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.ProxyConnectionInfo{ networkUri: String.t() | nil, newDestinationIp: String.t() | nil, newDestinationPort: integer() | nil, newSourceIp: String.t() | nil, newSourcePort: integer() | nil, oldDestinationIp: String.t() | nil, oldDestinationPort: integer() | nil, oldSourceIp: String.t() | nil, oldSourcePort: integer() | nil, protocol: String.t() | nil, subnetUri: String.t() | nil }