public sealed class TestIamPermissionsVpnGatewayRequest : IMessage<TestIamPermissionsVpnGatewayRequest>, IEquatable<TestIamPermissionsVpnGatewayRequest>, IDeepCloneable<TestIamPermissionsVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsVpnGatewayRequest.
A request message for VpnGateways.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 reference documentation for the `TestIamPermissionsVpnGatewayRequest` class in the Google Cloud Compute Engine v1 API, specifically for the .NET library."],["The `TestIamPermissionsVpnGatewayRequest` class is used to create request messages for testing permissions on VPN Gateways and is available in multiple versions, from version 1.0.0 up to the latest version 3.6.0."],["This class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `object` class."],["Key properties of the `TestIamPermissionsVpnGatewayRequest` class include `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, which define the project, region, resource, and the request body for testing permissions, respectively."],["There are two constructors available, a default one, and one that lets you copy an existing `TestIamPermissionsVpnGatewayRequest`."]]],[]]