Show / Hide Table of Contents

Class VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings

Contains information of NAT Mappings provided by a NAT Rule.

Inheritance
object
VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings : IDirectResponseSchema

Properties

DrainNatIpPortRanges

List of all drain IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].

Declaration
[JsonProperty("drainNatIpPortRanges")]
public virtual IList<string> DrainNatIpPortRanges { 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

NatIpPortRanges

A list of all IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].

Declaration
[JsonProperty("natIpPortRanges")]
public virtual IList<string> NatIpPortRanges { get; set; }
Property Value
Type Description
IList<string>

NumTotalDrainNatPorts

Total number of drain ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field drain_nat_ip_port_ranges.

Declaration
[JsonProperty("numTotalDrainNatPorts")]
public virtual int? NumTotalDrainNatPorts { get; set; }
Property Value
Type Description
int?

NumTotalNatPorts

Total number of ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.

Declaration
[JsonProperty("numTotalNatPorts")]
public virtual int? NumTotalNatPorts { get; set; }
Property Value
Type Description
int?

RuleNumber

Rule number of the NAT Rule.

Declaration
[JsonProperty("ruleNumber")]
public virtual int? RuleNumber { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX