public sealed class GetNatIpInfoRouterRequest : IMessage<GetNatIpInfoRouterRequest>, IEquatable<GetNatIpInfoRouterRequest>, IDeepCloneable<GetNatIpInfoRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNatIpInfoRouterRequest.
A request message for Routers.GetNatIpInfo. 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 documentation for the `GetNatIpInfoRouterRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the most recent version at 3.6.0."],["The `GetNatIpInfoRouterRequest` class is used to request NAT IP information from Google Cloud routers, as indicated by the method description and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `GetNatIpInfoRouterRequest` class, ranging from version 1.0.0 up to the latest 3.6.0, with links to each respective documentation."],["The `GetNatIpInfoRouterRequest` class has several properties, such as `NatName`, `Project`, `Region`, and `Router`, that allow users to specify parameters for filtering the requested NAT IP information."],["The class includes constructors to create a new `GetNatIpInfoRouterRequest` object, either with default values or by copying an existing `GetNatIpInfoRouterRequest` object, and it inherits members from the `object` class, like `GetHashCode`, `GetType`, and `ToString`."]]],[]]