public sealed class SpokeSummary.Types.SpokeStateReasonCount : IMessage<SpokeSummary.Types.SpokeStateReasonCount>, IEquatable<SpokeSummary.Types.SpokeStateReasonCount>, IDeepCloneable<SpokeSummary.Types.SpokeStateReasonCount>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class SpokeSummary.Types.SpokeStateReasonCount.
The number of spokes in the hub that are inactive for this reason.
Implements
IMessageSpokeSummaryTypesSpokeStateReasonCount, IEquatableSpokeSummaryTypesSpokeStateReasonCount, IDeepCloneableSpokeSummaryTypesSpokeStateReasonCount, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
SpokeStateReasonCount()
public SpokeStateReasonCount()
SpokeStateReasonCount(SpokeStateReasonCount)
public SpokeStateReasonCount(SpokeSummary.Types.SpokeStateReasonCount other)
Parameter | |
---|---|
Name | Description |
other | SpokeSummaryTypesSpokeStateReasonCount |
Properties
Count
public long Count { get; set; }
Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.
Property Value | |
---|---|
Type | Description |
long |
StateReasonCode
public Spoke.Types.StateReason.Types.Code StateReasonCode { get; set; }
Output only. The reason that a spoke is inactive.
Property Value | |
---|---|
Type | Description |
SpokeTypesStateReasonTypesCode |