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-03-21 UTC."],[[["The webpage provides documentation for the `RouterNatRuleAction` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and available versions."],["Version 3.6.0 is the latest version, with a range of previous versions from 1.0.0 to 3.5.0 also documented, providing historical context and access to different release versions."],["`RouterNatRuleAction` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The class has two properties, `SourceNatActiveIps` and `SourceNatDrainIps`, which are both `RepeatedField\u003cstring\u003e` types, each of which contains URLs of IP addresses used for or being drained from NAT rules."],["The documented Constructors are RouterNatRuleAction() which has no parameter and RouterNatRuleAction(RouterNatRuleAction) which has a single parameter named other of the RouterNatRuleAction type."]]],[]]