Router constructor
Router({
- RouterBgp? bgp,
- List<
RouterBgpPeer> bgpPeers = const [], - String? creationTimestamp,
- String? description,
- bool? encryptedInterconnectRouter,
- BigInt? id,
- List<
RouterInterface> interfaces = const [], - String? kind,
- List<
RouterMd5AuthenticationKey> md5AuthenticationKeys = const [], - String? name,
- List<
RouterNat> nats = const [], - String? nccGateway,
- String? network,
- RouterParams? params,
- String? region,
- 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);