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."],[[["The `RouterNatRuleAction` class, found in the `Google.Cloud.Compute.V1` namespace, is part of the Google Cloud Compute API for .NET and is available in versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest release."],["The `RouterNatRuleAction` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors, one default and one that allows for creating a copy of another `RouterNatRuleAction` instance."],["It includes properties such as `SourceNatActiveIps` and `SourceNatDrainIps`, both of which are `RepeatedField\u003cstring\u003e` types, representing URLs of IP resources used or drained for NAT rules, specifically in public NAT contexts."],["`RouterNatRuleAction` class is a part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]