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

public sealed class SpokeSummary.Types.SpokeStateCount : IMessage<SpokeSummary.Types.SpokeStateCount>, IEquatable<SpokeSummary.Types.SpokeStateCount>, IDeepCloneable<SpokeSummary.Types.SpokeStateCount>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class SpokeSummary.Types.SpokeStateCount.

The number of spokes that are in a particular state and associated with a given hub.

Inheritance

object > SpokeSummary.Types.SpokeStateCount

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

SpokeStateCount()

public SpokeStateCount()

SpokeStateCount(SpokeStateCount)

public SpokeStateCount(SpokeSummary.Types.SpokeStateCount other)
Parameter
NameDescription
otherSpokeSummaryTypesSpokeStateCount

Properties

Count

public long Count { get; set; }

Output only. The total number of spokes that are in this state and associated with a given hub.

Property Value
TypeDescription
long

State

public State State { get; set; }

Output only. The state of the spokes.

Property Value
TypeDescription
State