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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetStatusVpnGatewayRequest` class within the Google Cloud Compute Engine v1 API, specifically version 3.3.0."],["The `GetStatusVpnGatewayRequest` class is used to request the status of a VPN gateway and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Project`, `Region`, and `VpnGateway`, which are all strings and represent the project ID, region name, and the VPN gateway name, respectively."],["There are two constructors available to create a `GetStatusVpnGatewayRequest` object: one is parameterless and the other takes another `GetStatusVpnGatewayRequest` as a parameter for creating a copy."],["The page also provides an extensive list of available versions for the `GetStatusVpnGatewayRequest`, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest."]]],[]]