public sealed class RouterStatus.Types.PrefixCounter : IMessage<RouterStatus.Types.PrefixCounter>, IEquatable<RouterStatus.Types.PrefixCounter>, IDeepCloneable<RouterStatus.Types.PrefixCounter>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class RouterStatus.Types.PrefixCounter.
PrefixCounter contains a collection of prefixes related counts.
Implements
IMessageRouterStatusTypesPrefixCounter, IEquatableRouterStatusTypesPrefixCounter, IDeepCloneableRouterStatusTypesPrefixCounter, IBufferMessage, IMessageNamespace
Google.Cloud.EdgeNetwork.V1Assembly
Google.Cloud.EdgeNetwork.V1.dll
Constructors
PrefixCounter()
public PrefixCounter()
PrefixCounter(PrefixCounter)
public PrefixCounter(RouterStatus.Types.PrefixCounter other)
Parameter | |
---|---|
Name | Description |
other | RouterStatusTypesPrefixCounter |
Properties
Advertised
public long Advertised { get; set; }
Number of prefixes advertised.
Property Value | |
---|---|
Type | Description |
long |
Denied
public long Denied { get; set; }
Number of prefixes denied.
Property Value | |
---|---|
Type | Description |
long |
Received
public long Received { get; set; }
Number of prefixes received.
Property Value | |
---|---|
Type | Description |
long |
Sent
public long Sent { get; set; }
Number of prefixes sent.
Property Value | |
---|---|
Type | Description |
long |
Suppressed
public long Suppressed { get; set; }
Number of prefixes suppressed.
Property Value | |
---|---|
Type | Description |
long |
Withdrawn
public long Withdrawn { get; set; }
Number of prefixes withdrawn.
Property Value | |
---|---|
Type | Description |
long |