RouteInfo constructor
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,
Implementation
RouteInfo({
this.destIpRange,
this.destPortRanges,
this.displayName,
this.instanceTags,
this.nccHubUri,
this.nccSpokeUri,
this.networkUri,
this.nextHop,
this.nextHopType,
this.priority,
this.protocols,
this.routeScope,
this.routeType,
this.srcIpRange,
this.srcPortRanges,
this.uri,
});