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.
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.
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.
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.
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