GoogleApi.NetworkManagement.V1.Model.DropInfo (google_api_network_management v0.12.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.
  • 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.V1.Model.DropInfo{
  cause: String.t() | nil,
  resourceUri: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.