public sealed class GetPacketMirroringRequest : IMessage<GetPacketMirroringRequest>, IEquatable<GetPacketMirroringRequest>, IDeepCloneable<GetPacketMirroringRequest>, IBufferMessage, IMessage
A request message for PacketMirrorings.Get. See the method description for details.
[[["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 `GetPacketMirroringRequest` class is used to request data about a PacketMirroring resource and is part of the Google.Cloud.Compute.V1 namespace within the Google.Cloud.Compute.V1.dll assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various capabilities such as message handling, equality comparison, deep cloning, and buffer manipulation."],["The latest version available is 3.6.0, and the available version go as low as 1.0.0, with numerous other versions available in between."],["It has a `PacketMirroring` property that specifies the name of the PacketMirroring resource, a `Project` property for the project ID, and a `Region` property for the region of the request, all of which are strings."],["The class offers two constructors: a default constructor, `GetPacketMirroringRequest()`, and an overloaded constructor that accepts another `GetPacketMirroringRequest` object as a parameter, enabling the copying of object properties."]]],[]]