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 a request message used for retrieving PacketMirroring data 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`, and inherits members from the base `Object` class."],["The `GetPacketMirroringRequest` class has two constructors: a default constructor and a constructor that accepts another `GetPacketMirroringRequest` object as a parameter."],["The class includes properties for `PacketMirroring`, `Project`, and `Region`, all of type `string`, representing the name of the PacketMirroring resource, the project ID, and the region name for the request, respectively."],["Version 3.6.0 is the latest version available, with numerous versions before that available, down to version 1.0.0."]]],[]]