RouteInfo class

For display only.

Metadata associated with a Compute Engine route.

Constructors

RouteInfo({String? destIpRange, List<String>? destPortRanges, String? displayName, List<String>? instanceTags, String? nccHubUri, String? nccSpokeUri, String? networkUri, String? nextHop, String? nextHopType, int? priority, List<String>? protocols, String? routeScope, String? routeType, String? srcIpRange, List<String>? srcPortRanges, String? uri})
RouteInfo.fromJson(Map json_)

Properties

destIpRange String?
Destination IP range of the route.
getter/setter pair
destPortRanges List<String>?
Destination port ranges of the route.
getter/setter pair
displayName String?
Name of a route.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceTags List<String>?
Instance tags of the route.
getter/setter pair
nccHubUri String?
URI of a NCC Hub.
getter/setter pair
nccSpokeUri String?
URI of a NCC Spoke.
getter/setter pair
networkUri String?
URI of a Compute Engine network.
getter/setter pair
nextHop String?
Next hop of the route.
getter/setter pair
nextHopType String?
Type of next hop. Possible string values are:
getter/setter pair
priority int?
Priority of the route.
getter/setter pair
protocols List<String>?
Protocols of the route.
getter/setter pair
routeScope String?
Indicates where route is applicable. Possible string values are:
getter/setter pair
routeType String?
Type of route. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srcIpRange String?
Source IP address range of the route.
getter/setter pair
srcPortRanges List<String>?
Source port ranges of the route.
getter/setter pair
uri String?
URI of a route.
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