RouterNatRuleAction class

Constructors

RouterNatRuleAction({List<String>? sourceNatActiveIps, List<String>? sourceNatActiveRanges, List<String>? sourceNatDrainIps, List<String>? sourceNatDrainRanges})
RouterNatRuleAction.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceNatActiveIps List<String>?
A list of URLs of the IP resources used for this NAT rule.
getter/setter pair
sourceNatActiveRanges List<String>?
A list of URLs of the subnetworks used as source ranges for this NAT Rule.
getter/setter pair
sourceNatDrainIps List<String>?
A list of URLs of the IP resources to be drained.
getter/setter pair
sourceNatDrainRanges List<String>?
A list of URLs of subnetworks representing source ranges to be drained.
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