Network Connectivity v1 API - Class SpokeSummary.Types.SpokeStateReasonCount (2.7.0)

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.

Inheritance

object > SpokeSummary.Types.SpokeStateReasonCount

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

SpokeStateReasonCount()

public SpokeStateReasonCount()

SpokeStateReasonCount(SpokeStateReasonCount)

public SpokeStateReasonCount(SpokeSummary.Types.SpokeStateReasonCount other)
Parameter
NameDescription
otherSpokeSummaryTypesSpokeStateReasonCount

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
TypeDescription
long

StateReasonCode

public Spoke.Types.StateReason.Types.Code StateReasonCode { get; set; }

Output only. The reason that a spoke is inactive.

Property Value
TypeDescription
SpokeTypesStateReasonTypesCode