RouterStatusNatStatus class

Status of a NAT contained in this router.

Constructors

RouterStatusNatStatus({List<String>? autoAllocatedNatIps, List<String>? drainAutoAllocatedNatIps, List<String>? drainUserAllocatedNatIps, int? minExtraNatIpsNeeded, String? name, int? numVmEndpointsWithNatMappings, List<RouterStatusNatStatusNatRuleStatus>? ruleStatus, List<String>? userAllocatedNatIpResources, List<String>? userAllocatedNatIps})
RouterStatusNatStatus.fromJson(Map json_)

Properties

autoAllocatedNatIps List<String>?
A list of IPs auto-allocated for NAT.
getter/setter pair
drainAutoAllocatedNatIps List<String>?
A list of IPs auto-allocated for NAT that are in drain mode.
getter/setter pair
drainUserAllocatedNatIps List<String>?
A list of IPs user-allocated for NAT that are in drain mode.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minExtraNatIpsNeeded int?
The number of extra IPs to allocate.
getter/setter pair
name String?
Unique name of this NAT.
getter/setter pair
numVmEndpointsWithNatMappings int?
Number of VM endpoints (i.e., Nics) that can use NAT.
getter/setter pair
ruleStatus List<RouterStatusNatStatusNatRuleStatus>?
Status of rules in this NAT.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAllocatedNatIpResources List<String>?
A list of fully qualified URLs of reserved IP address resources.
getter/setter pair
userAllocatedNatIps List<String>?
A list of IPs user-allocated for NAT.
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