Class SpokeSummary
Summarizes information about the spokes associated with a hub. The summary includes a count of spokes according to type and according to state. If any spokes are inactive, the summary also lists the reasons they are inactive, including a count for each reason.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class SpokeSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SpokeStateCounts
Output only. Counts the number of spokes that are in each state and associated with a given hub.
Declaration
[JsonProperty("spokeStateCounts")]
public virtual IList<SpokeStateCount> SpokeStateCounts { get; set; }
Property Value
Type | Description |
---|---|
IList<SpokeStateCount> |
SpokeStateReasonCounts
Output only. Counts the number of spokes that are inactive for each possible reason and associated with a given hub.
Declaration
[JsonProperty("spokeStateReasonCounts")]
public virtual IList<SpokeStateReasonCount> SpokeStateReasonCounts { get; set; }
Property Value
Type | Description |
---|---|
IList<SpokeStateReasonCount> |
SpokeTypeCounts
Output only. Counts the number of spokes of each type that are associated with a specific hub.
Declaration
[JsonProperty("spokeTypeCounts")]
public virtual IList<SpokeTypeCount> SpokeTypeCounts { get; set; }
Property Value
Type | Description |
---|---|
IList<SpokeTypeCount> |