NfsExport constructor

NfsExport({
  1. bool? allowDev,
  2. bool? allowSuid,
  3. String? cidr,
  4. String? machineId,
  5. String? networkId,
  6. bool? noRootSquash,
  7. String? permissions,
})

Implementation

NfsExport({
  this.allowDev,
  this.allowSuid,
  this.cidr,
  this.machineId,
  this.networkId,
  this.noRootSquash,
  this.permissions,
});