public sealed class GetStatusVpnGatewayRequest : IMessage<GetStatusVpnGatewayRequest>, IEquatable<GetStatusVpnGatewayRequest>, IDeepCloneable<GetStatusVpnGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetStatusVpnGatewayRequest.
A request message for VpnGateways.GetStatus. 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."],[[["The `GetStatusVpnGatewayRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request the status of a VPN gateway."],["This page provides documentation for version 2.12.0 of the `GetStatusVpnGatewayRequest` class, with links to various other available versions, including the latest version 3.6.0."],["The `GetStatusVpnGatewayRequest` class inherits from the base `object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that allows you to pass in another instance of `GetStatusVpnGatewayRequest` in order to duplicate it, as well as an empty one."],["It has 3 properties, `Project`, `Region`, and `VpnGateway`, all of type `string` which respectively handle the project ID, region name, and VPN Gateway name."]]],[]]