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

View Source

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

Attributes

  • cause (type: String.t, default: nil) - Cause that the packet is dropped.
  • destinationIp (type: String.t, default: nil) - Destination IP address of the dropped packet (if relevant).
  • region (type: String.t, default: nil) - Region of the dropped packet (if relevant).
  • resourceUri (type: String.t, default: nil) - URI of the resource that caused the drop.
  • sourceIp (type: String.t, default: nil) - Source IP address of the dropped packet (if relevant).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.DropInfo{
  cause: String.t() | nil,
  destinationIp: String.t() | nil,
  region: String.t() | nil,
  resourceUri: String.t() | nil,
  sourceIp: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.