Router constructor
Router({
- RouterBgp? bgp,
- List<
RouterBgpPeer> ? bgpPeers, - String? creationTimestamp,
- String? description,
- bool? encryptedInterconnectRouter,
- String? id,
- List<
RouterInterface> ? interfaces, - String? kind,
- List<
RouterMd5AuthenticationKey> ? md5AuthenticationKeys, - String? name,
- List<
RouterNat> ? nats, - String? network,
- String? region,
- String? selfLink,
Implementation
Router({
this.bgp,
this.bgpPeers,
this.creationTimestamp,
this.description,
this.encryptedInterconnectRouter,
this.id,
this.interfaces,
this.kind,
this.md5AuthenticationKeys,
this.name,
this.nats,
this.network,
this.region,
this.selfLink,
});