View Source GoogleApi.Compute.V1.Model.PacketIntervals (google_api_compute v0.56.2)

Next free: 7

Attributes

  • avgMs (type: String.t, default: nil) - Average observed inter-packet interval in milliseconds.
  • duration (type: String.t, default: nil) - From how long ago in the past these intervals were observed.
  • maxMs (type: String.t, default: nil) - Maximum observed inter-packet interval in milliseconds.
  • minMs (type: String.t, default: nil) - Minimum observed inter-packet interval in milliseconds.
  • numIntervals (type: String.t, default: nil) - Number of inter-packet intervals from which these statistics were derived.
  • type (type: String.t, default: nil) - The type of packets for which inter-packet intervals were computed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.PacketIntervals{
  avgMs: String.t() | nil,
  duration: String.t() | nil,
  maxMs: String.t() | nil,
  minMs: String.t() | nil,
  numIntervals: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.