Route constructor

Route({
  1. List<RouteAsPath> asPaths = const [],
  2. String? creationTimestamp,
  3. String? description,
  4. String? destRange,
  5. BigInt? id,
  6. String? kind,
  7. String? name,
  8. String? network,
  9. String? nextHopGateway,
  10. String? nextHopHub,
  11. String? nextHopIlb,
  12. String? nextHopInstance,
  13. int? nextHopInterRegionCost,
  14. String? nextHopInterconnectAttachment,
  15. String? nextHopIp,
  16. int? nextHopMed,
  17. String? nextHopNetwork,
  18. String? nextHopOrigin,
  19. String? nextHopPeering,
  20. String? nextHopVpnTunnel,
  21. RouteParams? params,
  22. int? priority,
  23. String? routeStatus,
  24. String? routeType,
  25. String? selfLink,
  26. List<String> tags = const [],
  27. List<Warnings> warnings = const [],
})

Implementation

Route({
  this.asPaths = const [],
  this.creationTimestamp,
  this.description,
  this.destRange,
  this.id,
  this.kind,
  this.name,
  this.network,
  this.nextHopGateway,
  this.nextHopHub,
  this.nextHopIlb,
  this.nextHopInstance,
  this.nextHopInterRegionCost,
  this.nextHopInterconnectAttachment,
  this.nextHopIp,
  this.nextHopMed,
  this.nextHopNetwork,
  this.nextHopOrigin,
  this.nextHopPeering,
  this.nextHopVpnTunnel,
  this.params,
  this.priority,
  this.routeStatus,
  this.routeType,
  this.selfLink,
  this.tags = const [],
  this.warnings = const [],
}) : super(fullyQualifiedName);