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

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

Attributes

  • cause (type: String.t, default: nil) - Cause that the packet is dropped.
  • resourceUri (type: String.t, default: nil) - URI of the resource that caused the drop.

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.