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."],[[["This webpage provides reference documentation for the `GetStatusVpnGatewayRequest` class in the Google Cloud Compute Engine v1 API, with version 3.6.0 being the latest and version 2.11.0 being the version we are currently viewing."],["The `GetStatusVpnGatewayRequest` class is a request message used for retrieving the status of a VPN gateway and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes properties such as `Project`, `Region`, and `VpnGateway`, which are used to specify the details of the VPN gateway status being requested."],["The documentation lists a comprehensive history of available versions, ranging from version 1.0.0 up to the current latest version of 3.6.0, which can be navigated by version number."],["There are two constructors for the class, a public one with no parameters, and one public copy constructor that copies the values of a different `GetStatusVpnGatewayRequest` object."]]],[]]