public sealed class SpokeSummary : IMessage<SpokeSummary>, IEquatable<SpokeSummary>, IDeepCloneable<SpokeSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API 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
IMessageSpokeSummary, IEquatableSpokeSummary, IDeepCloneableSpokeSummary, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
SpokeSummary()
public SpokeSummary()
SpokeSummary(SpokeSummary)
public SpokeSummary(SpokeSummary other)
Parameter | |
---|---|
Name | Description |
other | SpokeSummary |
Properties
SpokeStateCounts
public RepeatedField<SpokeSummary.Types.SpokeStateCount> SpokeStateCounts { get; }
Output only. Counts the number of spokes that are in each state and associated with a given hub.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpokeSummaryTypesSpokeStateCount |
SpokeStateReasonCounts
public RepeatedField<SpokeSummary.Types.SpokeStateReasonCount> SpokeStateReasonCounts { get; }
Output only. Counts the number of spokes that are inactive for each possible reason and associated with a given hub.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpokeSummaryTypesSpokeStateReasonCount |
SpokeTypeCounts
public RepeatedField<SpokeSummary.Types.SpokeTypeCount> SpokeTypeCounts { get; }
Output only. Counts the number of spokes of each type that are associated with a specific hub.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpokeSummaryTypesSpokeTypeCount |