GoogleApi.NetworkManagement.V1beta1.Model.EndpointInfo (google_api_network_management v0.10.0) 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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.