public sealed class BfdStatusPacketCounts : IMessage<BfdStatusPacketCounts>, IEquatable<BfdStatusPacketCounts>, IDeepCloneable<BfdStatusPacketCounts>, IBufferMessage, IMessage
[[["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-04-02 UTC."],[[["This webpage details the `BfdStatusPacketCounts` class within the `Google.Cloud.Compute.V1` namespace, including its implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available for `BfdStatusPacketCounts` is 3.6.0, while the current page is showing details for version 2.5.0, it also provides access to multiple older versions ranging back to 1.0.0."],["The `BfdStatusPacketCounts` class has constructors for creating new instances, and the class properties provide information about the number of BFD packets transmitted, received, rejected, and successfully processed within the current session, such as `NumRx`, `NumRxRejected`, `NumRxSuccessful` and `NumTx`."],["The `BfdStatusPacketCounts` class inherits from `Object`, and implements interfaces which include `IMessage`, `IEquatable\u003cBfdStatusPacketCounts\u003e`, `IDeepCloneable\u003cBfdStatusPacketCounts\u003e`, `IBufferMessage`, and `IMessage`."],["The properties provided have boolean values to indicate if the fields are set, and unsigned integer values that correspond to packet counts."]]],[]]