public sealed class GetStatusVpnGatewayRequest : IMessage<GetStatusVpnGatewayRequest>, IEquatable<GetStatusVpnGatewayRequest>, IDeepCloneable<GetStatusVpnGatewayRequest>, IBufferMessage, IMessage
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 details the `GetStatusVpnGatewayRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within the context of version 1.3.0."],["The `GetStatusVpnGatewayRequest` class is a request message for retrieving the status of VPN gateways and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three main properties: `Project`, `Region`, and `VpnGateway`, all of which are of string type and used to specify the project ID, region, and the VPN gateway name for the request."],["The latest version available for this request type is 3.6.0, and the page also lists every previous version going back to version 1.0.0, with links for reference."]]],[]]