DatastoreNetwork constructor

DatastoreNetwork({
  1. int? connectionCount,
  2. int? mtu,
  3. String? networkPeering,
  4. String? subnet,
})

Implementation

DatastoreNetwork({
  this.connectionCount,
  this.mtu,
  this.networkPeering,
  this.subnet,
});