public sealed class SpokeSummary.Types.SpokeTypeCount : IMessage<SpokeSummary.Types.SpokeTypeCount>, IEquatable<SpokeSummary.Types.SpokeTypeCount>, IDeepCloneable<SpokeSummary.Types.SpokeTypeCount>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API class SpokeSummary.Types.SpokeTypeCount.
The number of spokes of a given type that are associated with a specific hub. The type indicates what kind of resource is associated with the spoke.
Implements
IMessageSpokeSummaryTypesSpokeTypeCount, IEquatableSpokeSummaryTypesSpokeTypeCount, IDeepCloneableSpokeSummaryTypesSpokeTypeCount, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
SpokeTypeCount()
public SpokeTypeCount()SpokeTypeCount(SpokeTypeCount)
public SpokeTypeCount(SpokeSummary.Types.SpokeTypeCount other)| Parameter | |
|---|---|
| Name | Description |
other |
SpokeSummaryTypesSpokeTypeCount |
Properties
Count
public long Count { get; set; }Output only. The total number of spokes of this type that are associated with the hub.
| Property Value | |
|---|---|
| Type | Description |
long |
|
SpokeType
public SpokeType SpokeType { get; set; }Output only. The type of the spokes.
| Property Value | |
|---|---|
| Type | Description |
SpokeType |
|