GoogleApi.NetworkManagement.V1beta1.Model.ForwardInfo (google_api_network_management v0.39.0)

View Source

Details of the final state "forward" and associated resource.

Attributes

  • ipAddress (type: String.t, default: nil) - IP address of the target (if applicable).
  • resourceUri (type: String.t, default: nil) - URI of the resource that the packet is forwarded to.
  • target (type: String.t, default: nil) - Target type where this packet is forwarded to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.ForwardInfo{
  ipAddress: String.t() | nil,
  resourceUri: String.t() | nil,
  target: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.