public sealed class RouterNatRuleAction : IMessage<RouterNatRuleAction>, IEquatable<RouterNatRuleAction>, IDeepCloneable<RouterNatRuleAction>, IBufferMessage, IMessage
public RepeatedField<string> SourceNatActiveIps { get; }
A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
public RepeatedField<string> SourceNatDrainIps { get; }
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.
[[["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-04-02 UTC."],[[["This webpage details the `RouterNatRuleAction` class within the `Google.Cloud.Compute.V1` namespace, specifically version 1.3.0, which is part of the Google Cloud .NET client library."],["The `RouterNatRuleAction` class is part of a range of versions from 1.0.0 all the way up to the latest 3.6.0, allowing for compatibility with various releases."],["`RouterNatRuleAction` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has two constructors, one default and another which accepts a `RouterNatRuleAction` object, as well as two main properties, `SourceNatActiveIps` and `SourceNatDrainIps`, which are lists of IP resources used for NAT rules."],["The `SourceNatActiveIps` property is a list of URLs pointing to IP resources utilized for the NAT rule, while `SourceNatDrainIps` is used to specify IPs that are being drained during updates to the NAT rule."]]],[]]