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-04-09 UTC."],[[["The `PacketMirroringNetworkInfo` class, part of the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, from 1.0.0 to the latest 3.6.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization within the Google Cloud Compute API."],["`PacketMirroringNetworkInfo` has two constructors: a default constructor and one that takes another `PacketMirroringNetworkInfo` object for copying."],["The class includes two properties, `CanonicalUrl` and `Url`, both strings, which are likely related to identifying a network resource, with `CanonicalUrl` being a server-defined unique identifier and `Url` being the network resource's address."],["There are two boolean properties, `HasCanonicalUrl` and `HasUrl`, that determine whether the respective fields are set."]]],[]]