VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings class
Contains information of NAT Mappings provided by a NAT Rule.
Constructors
-
VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings({List<
String> ? drainNatIpPortRanges, List<String> ? natIpPortRanges, int? numTotalDrainNatPorts, int? numTotalNatPorts, int? ruleNumber}) - VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings.fromJson(Map json_)
Properties
-
drainNatIpPortRanges
↔ List<
String> ? -
List of all drain IP:port-range mappings assigned to this interface by
this rule.
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 by this
rule.
getter/setter pair
- numTotalDrainNatPorts ↔ int?
-
Total number of drain ports across all NAT IPs allocated to this interface
by this rule.
getter/setter pair
- numTotalNatPorts ↔ int?
-
Total number of ports across all NAT IPs allocated to this interface by
this rule.
getter/setter pair
- ruleNumber ↔ int?
-
Rule number of the NAT Rule.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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