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 `RouterNatRuleAction` class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly, with version 3.6.0 being the latest."],["This class implements several interfaces, including `IMessage\u003cRouterNatRuleAction\u003e`, `IEquatable\u003cRouterNatRuleAction\u003e`, `IDeepCloneable\u003cRouterNatRuleAction\u003e`, `IBufferMessage`, and `IMessage`, indicating its role in message handling and data management within the Google Cloud Compute environment."],["The `RouterNatRuleAction` class provides two constructors: a default constructor `RouterNatRuleAction()` and an overload `RouterNatRuleAction(RouterNatRuleAction other)` that allows for object copying, supporting the deep cloning capabilities offered by the `IDeepCloneable` interface."],["It includes two key properties: `SourceNatActiveIps`, which lists URLs of active external IP addresses used for the NAT rule, and `SourceNatDrainIps`, which lists URLs of IP addresses to be drained during NAT rule updates, both properties handling a list of strings."],["The versions for this class are provided from version 1.0.0 up to the latest 3.6.0, and each version links to its reference page, allowing users to navigate to specific version information."]]],[]]