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 page provides documentation for the `GetPacketMirroringRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning multiple versions, with the latest being 3.6.0."],["`GetPacketMirroringRequest` is a request message used for retrieving packet mirroring details, as indicated by its purpose to be utilized in the PacketMirrorings.Get method, and it also implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `Object` and offers two constructors: a default constructor and one that takes another `GetPacketMirroringRequest` object as a parameter for copying, while also having inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has three properties: `PacketMirroring`, which gets or sets the name of the PacketMirroring resource, `Project`, which gets or sets the project ID, and `Region`, which gets or sets the region name, all of which are of type string."],["The documentation covers versions from 1.0.0 up to 3.6.0 of the `GetPacketMirroringRequest`, making it a comprehensive resource for different releases."]]],[]]