NatInfo class
For display only.
Metadata associated with NAT.
Constructors
- NatInfo({String? natGatewayName, String? networkUri, String? newDestinationIp, int? newDestinationPort, String? newSourceIp, int? newSourcePort, String? oldDestinationIp, int? oldDestinationPort, String? oldSourceIp, int? oldSourcePort, String? protocol, String? routerUri, String? type})
- NatInfo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- natGatewayName ↔ String?
-
The name of Cloud NAT Gateway.
getter/setter pair
- networkUri ↔ String?
-
URI of the network where NAT translation takes place.
getter/setter pair
- newDestinationIp ↔ String?
-
Destination IP address after NAT translation.
getter/setter pair
- newDestinationPort ↔ int?
-
Destination port after NAT translation.
getter/setter pair
- newSourceIp ↔ String?
-
Source IP address after NAT translation.
getter/setter pair
- newSourcePort ↔ int?
-
Source port after NAT translation.
getter/setter pair
- oldDestinationIp ↔ String?
-
Destination IP address before NAT translation.
getter/setter pair
- oldDestinationPort ↔ int?
-
Destination port before NAT translation.
getter/setter pair
- oldSourceIp ↔ String?
-
Source IP address before NAT translation.
getter/setter pair
- oldSourcePort ↔ int?
-
Source port before NAT translation.
getter/setter pair
- protocol ↔ String?
-
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
getter/setter pair
- routerUri ↔ String?
-
Uri of the Cloud Router.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
Type of NAT.
Possible string values are:
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