public sealed class GetPacketMirroringRequest : IMessage<GetPacketMirroringRequest>, IEquatable<GetPacketMirroringRequest>, IDeepCloneable<GetPacketMirroringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetPacketMirroringRequest.
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-04-09 UTC."],[[["The `GetPacketMirroringRequest` class in the Compute Engine v1 API is designed to create request messages for retrieving packet mirroring details, as indicated by its purpose and method description."],["This class has been implemented across multiple versions, with the latest being version 3.6.0 and is detailed in versions ranging down to version 1.0.0."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes constructors for default initialization and creating a copy from an existing `GetPacketMirroringRequest` object."],["`GetPacketMirroringRequest` contains properties like `PacketMirroring`, `Project`, and `Region`, which are used to specify the PacketMirroring resource, project ID, and the region, respectively."]]],[]]