public sealed class PacketMirroringNetworkInfo : IMessage<PacketMirroringNetworkInfo>, IEquatable<PacketMirroringNetworkInfo>, IDeepCloneable<PacketMirroringNetworkInfo>, 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-03-21 UTC."],[[["The `PacketMirroringNetworkInfo` class, found in the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, with the latest being 3.6.0 and a current webpage context of version 2.10.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The class inherits from `object` and includes two constructors: a parameterless constructor and one that takes another `PacketMirroringNetworkInfo` object as a parameter for copying."],["`PacketMirroringNetworkInfo` contains `CanonicalUrl` and `Url` properties, representing a server-defined network identifier and the network resource URL, respectively, with additional boolean properties for determining whether those fields are set."],["This resource is located in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]