public sealed class SpokeSummary.Types.SpokeStateCount : IMessage<SpokeSummary.Types.SpokeStateCount>, IEquatable<SpokeSummary.Types.SpokeStateCount>, IDeepCloneable<SpokeSummary.Types.SpokeStateCount>, IBufferMessage, IMessageReference 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.
Implements
IMessageSpokeSummaryTypesSpokeStateCount, IEquatableSpokeSummaryTypesSpokeStateCount, IDeepCloneableSpokeSummaryTypesSpokeStateCount, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
SpokeStateCount()
public SpokeStateCount()SpokeStateCount(SpokeStateCount)
public SpokeStateCount(SpokeSummary.Types.SpokeStateCount other)| Parameter | |
|---|---|
| Name | Description |
other |
SpokeSummaryTypesSpokeStateCount |
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 | |
|---|---|
| Type | Description |
long |
|
State
public State State { get; set; }Output only. The state of the spokes.
| Property Value | |
|---|---|
| Type | Description |
State |
|