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."],[[["The latest version available for `GetStatusVpnGatewayRequest` is 3.6.0, and there are multiple previous versions listed, ranging from 3.5.0 down to 1.0.0."],["`GetStatusVpnGatewayRequest` is a class used to request the status of a VPN gateway, as part of the `Google.Cloud.Compute.V1` namespace."],["The `GetStatusVpnGatewayRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetStatusVpnGatewayRequest` class contains properties such as `Project`, `Region`, and `VpnGateway`, which are used to specify the project, region, and VPN gateway name for the request."],["The class `GetStatusVpnGatewayRequest` has two constructors: one default constructor, and one that creates a new instance based on another `GetStatusVpnGatewayRequest` object."]]],[]]