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."],[[["This webpage provides reference documentation for the `GetStatusVpnGatewayRequest` class in the Google.Cloud.Compute.V1 API for .NET, covering versions from 1.0.0 up to the latest 3.6.0."],["The `GetStatusVpnGatewayRequest` class is used to send requests to retrieve the status of a VPN gateway in the Compute Engine v1 API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the Google Protobuf library and offering functionalities like equality checks, deep cloning, and message handling."],["The class has three key properties, `Project`, `Region`, and `VpnGateway`, which define the scope and target of the request for the VPN gateway status."],["It includes different versions of the API, with the most current one being version 3.6.0."]]],[]]