GoogleApi.NetworkConnectivity.V1.Model.SpokeStateCount (google_api_network_connectivity v0.12.0)

View Source

The number of spokes that are in a particular state and associated with a given hub.

Attributes

  • count (type: String.t, default: nil) - Output only. The total number of spokes that are in this state and associated with a given hub.
  • state (type: String.t, default: nil) - Output only. The state of the spokes.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.SpokeStateCount{
  count: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.