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 `GetStatusVpnGatewayRequest` class is used to request the status of a VPN gateway in the Google Cloud Compute V1 API, with the most recent version being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be deeply cloned, compared, and used as a buffer message."],["The class is defined in the `Google.Cloud.Compute.V1` namespace and the `Google.Cloud.Compute.V1.dll` assembly, showing its location within the Google Cloud .NET library."],["The class has constructors to create new instances either with no parameters, or by copying an existing `GetStatusVpnGatewayRequest`, and it contains properties to define the `Project`, `Region`, and `VpnGateway`."],["There is an extensive history of releases for the request, spanning from version 1.0.0 all the way to 3.6.0, with the most recent versions at the top, and the older versions at the bottom of the release list."]]],[]]