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

View Source

The number of spokes of a given type that are associated with a specific hub. The type indicates what kind of resource is associated with the spoke.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.