VmEndpointNatMappingsInterfaceNatMappings class

Contain information of Nat mapping for an interface of this endpoint.

Constructors

VmEndpointNatMappingsInterfaceNatMappings({List<String>? drainNatIpPortRanges, List<String>? natIpPortRanges, int? numTotalDrainNatPorts, int? numTotalNatPorts, List<VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings>? ruleMappings, String? sourceAliasIpRange, String? sourceVirtualIp})
VmEndpointNatMappingsInterfaceNatMappings.fromJson(Map json_)

Properties

drainNatIpPortRanges List<String>?
List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
natIpPortRanges List<String>?
A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT.
getter/setter pair
numTotalDrainNatPorts int?
Total number of drain ports across all NAT IPs allocated to this interface.
getter/setter pair
numTotalNatPorts int?
Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
getter/setter pair
ruleMappings List<VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings>?
Information about mappings provided by rules in this NAT.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceAliasIpRange String?
Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
getter/setter pair
sourceVirtualIp String?
Primary IP of the VM for this NIC.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited