Class RouterNatRuleAction
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RouterNatRuleAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceNatActiveIps
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.
Declaration
[JsonProperty("sourceNatActiveIps")]
public virtual IList<string> SourceNatActiveIps { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SourceNatDrainIps
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.
Declaration
[JsonProperty("sourceNatDrainIps")]
public virtual IList<string> SourceNatDrainIps { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |