NetworkPeering constructor

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

Implementation

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