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

View Source

The number of spokes in the hub that are inactive for this reason.

Attributes

  • count (type: String.t, default: nil) - Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.
  • stateReasonCode (type: String.t, default: nil) - Output only. The reason that a spoke is inactive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.