Class RouterStatusNatStatusNatRuleStatus
Status of a NAT Rule contained in this NAT.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RouterStatusNatStatusNatRuleStatus : IDirectResponseSchema
Properties
ActiveNatIps
A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
Declaration
[JsonProperty("activeNatIps")]
public virtual IList<string> ActiveNatIps { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DrainNatIps
A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
Declaration
[JsonProperty("drainNatIps")]
public virtual IList<string> DrainNatIps { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinExtraIpsNeeded
The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
Declaration
[JsonProperty("minExtraIpsNeeded")]
public virtual int? MinExtraIpsNeeded { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumVmEndpointsWithNatMappings
Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
Declaration
[JsonProperty("numVmEndpointsWithNatMappings")]
public virtual int? NumVmEndpointsWithNatMappings { get; set; }
Property Value
Type | Description |
---|---|
int? |
RuleNumber
Rule number of the rule.
Declaration
[JsonProperty("ruleNumber")]
public virtual int? RuleNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |