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

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

Reference 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.

Inheritance

object > SpokeSummary.Types.SpokeTypeCount

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

SpokeTypeCount()

public SpokeTypeCount()

SpokeTypeCount(SpokeTypeCount)

public SpokeTypeCount(SpokeSummary.Types.SpokeTypeCount other)
Parameter
NameDescription
otherSpokeSummaryTypesSpokeTypeCount

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

SpokeType

public SpokeType SpokeType { get; set; }

Output only. The type of the spokes.

Property Value
TypeDescription
SpokeType