public sealed class TestIamPermissionsPacketMirroringRequest : IMessage<TestIamPermissionsPacketMirroringRequest>, IEquatable<TestIamPermissionsPacketMirroringRequest>, IDeepCloneable<TestIamPermissionsPacketMirroringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsPacketMirroringRequest.
A request message for PacketMirrorings.TestIamPermissions. 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-24 UTC."],[[["This webpage provides documentation for the `TestIamPermissionsPacketMirroringRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["The `TestIamPermissionsPacketMirroringRequest` class is used to create request messages for the `PacketMirrorings.TestIamPermissions` method, allowing users to check permissions on packet mirroring resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class has properties for `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, enabling users to specify the target project, region, resource name, and the request body for testing permissions."],["There are also 2 different constructors you can use to create the class, one being empty and the other being a copy constructor."]]],[]]