Router constructor

Router({
  1. RouterBgp? bgp,
  2. List<RouterBgpPeer> bgpPeers = const [],
  3. String? creationTimestamp,
  4. String? description,
  5. bool? encryptedInterconnectRouter,
  6. BigInt? id,
  7. List<RouterInterface> interfaces = const [],
  8. String? kind,
  9. List<RouterMd5AuthenticationKey> md5AuthenticationKeys = const [],
  10. String? name,
  11. List<RouterNat> nats = const [],
  12. String? nccGateway,
  13. String? network,
  14. RouterParams? params,
  15. String? region,
  16. String? selfLink,
})

Implementation

Router({
  this.bgp,
  this.bgpPeers = const [],
  this.creationTimestamp,
  this.description,
  this.encryptedInterconnectRouter,
  this.id,
  this.interfaces = const [],
  this.kind,
  this.md5AuthenticationKeys = const [],
  this.name,
  this.nats = const [],
  this.nccGateway,
  this.network,
  this.params,
  this.region,
  this.selfLink,
}) : super(fullyQualifiedName);