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 latest version of the `RouterNatRuleAction` documentation is 3.6.0, which can be found on the provided page, with many other versions available, ranging from 1.0.0 up to this latest version."],["`RouterNatRuleAction` is a class within the `Google.Cloud.Compute.V1` namespace, part of the `Google.Cloud.Compute.V1.dll` assembly, implementing multiple interfaces such as `IMessage` and `IEquatable`."],["This class has two constructors: one default constructor and another that takes another `RouterNatRuleAction` object, allowing for creating new instances and copies."],["`RouterNatRuleAction` has two key properties, `SourceNatActiveIps` and `SourceNatDrainIps`, both of which are of type `RepeatedField\u003cstring\u003e` and manage lists of IP resources used or being drained by a NAT rule."],["The class inherits members from `Object`, providing basic functionalities like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]