google_api_network_management v0.5.0 GoogleApi.NetworkManagement.V1beta1.Model.ForwardInfo View Source

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

Attributes

  • 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.

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.ForwardInfo{
  resourceUri: String.t(),
  target: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.