View Source GoogleApi.Compute.V1.Model.PacketMirroringForwardingRuleInfo (google_api_compute v0.56.0)

Attributes

  • canonicalUrl (type: String.t, default: nil) - [Output Only] Unique identifier for the forwarding rule; defined by the server.
  • url (type: String.t, default: nil) - Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.PacketMirroringForwardingRuleInfo{
  canonicalUrl: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.