NetworkPeering constructor

NetworkPeering({
  1. bool? autoCreateRoutes,
  2. NetworkPeeringConnectionStatus? connectionStatus,
  3. bool? exchangeSubnetRoutes,
  4. bool? exportCustomRoutes,
  5. bool? exportSubnetRoutesWithPublicIp,
  6. bool? importCustomRoutes,
  7. bool? importSubnetRoutesWithPublicIp,
  8. String? name,
  9. String? network,
  10. int? peerMtu,
  11. String? stackType,
  12. String? state,
  13. String? stateDetails,
  14. String? updateStrategy,
})

Implementation

NetworkPeering({
  this.autoCreateRoutes,
  this.connectionStatus,
  this.exchangeSubnetRoutes,
  this.exportCustomRoutes,
  this.exportSubnetRoutesWithPublicIp,
  this.importCustomRoutes,
  this.importSubnetRoutesWithPublicIp,
  this.name,
  this.network,
  this.peerMtu,
  this.stackType,
  this.state,
  this.stateDetails,
  this.updateStrategy,
});