google_api_network_management v0.3.1 GoogleApi.NetworkManagement.V1beta1.Model.EndpointInfo View Source

For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.

Attributes

  • destinationIp (type: String.t, default: nil) - Destination IP address.
  • destinationNetworkUri (type: String.t, default: nil) - URI of the network where this packet is sent to.
  • destinationPort (type: integer(), default: nil) - Destination port. Only valid when protocol is TCP or UDP.
  • protocol (type: String.t, default: nil) - IP protocol in string format, for example: "TCP", "UDP", "ICMP".
  • sourceIp (type: String.t, default: nil) - Source IP address.
  • sourceNetworkUri (type: String.t, default: nil) - URI of the network where this packet originates from.
  • sourcePort (type: integer(), default: nil) - Source port. Only valid when protocol is TCP or UDP.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.NetworkManagement.V1beta1.Model.EndpointInfo{
  destinationIp: String.t(),
  destinationNetworkUri: String.t(),
  destinationPort: integer(),
  protocol: String.t(),
  sourceIp: String.t(),
  sourceNetworkUri: String.t(),
  sourcePort: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.