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-21 UTC."],[[["The latest version of the `GetStatusVpnGatewayRequest` API is 3.6.0, with a range of previous versions available from 3.5.0 down to 1.0.0."],["This document provides reference documentation and code samples for the `GetStatusVpnGatewayRequest` class, part of the Compute Engine v1 API in the `Google.Cloud.Compute.V1` namespace."],["The `GetStatusVpnGatewayRequest` class is used to retrieve the status of a VPN gateway, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetStatusVpnGatewayRequest` class has properties for `Project`, `Region`, and `VpnGateway`, all of which are strings and are used to specify which resource to gather status information on."],["There are two constructors available for the class, one parameterless and another which takes in another `GetStatusVpnGatewayRequest` object."]]],[]]