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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `RouterStatus.Types.PrefixCounter` class in the Google Cloud Distributed Cloud Edge Network v1 API, specifically version 1.0.0."],["`PrefixCounter` is a class that aggregates counts related to prefixes, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PrefixCounter` class contains properties for tracking the number of prefixes that are Advertised, Denied, Received, Sent, Suppressed, and Withdrawn, each of which is represented by a long integer."],["The class has two constructors: a default constructor and one that accepts another `PrefixCounter` instance as a parameter for copying."],["The class inherits from object and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]