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, part of the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `PacketMirroringNetworkInfo` class includes constructors for creating new instances, either default or from an existing `PacketMirroringNetworkInfo` object."],["It contains properties `CanonicalUrl` (a server-defined unique identifier) and `Url` (the URL of the network resource), along with corresponding boolean properties `HasCanonicalUrl` and `HasUrl` indicating if they have been set."],["The class is contained in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]