AllowedClient constructor

AllowedClient({
  1. bool? allowDev,
  2. bool? allowSuid,
  3. String? allowedClientsCidr,
  4. String? mountPermissions,
  5. String? network,
  6. String? nfsPath,
  7. bool? noRootSquash,
  8. String? shareIp,
})

Implementation

AllowedClient({
  this.allowDev,
  this.allowSuid,
  this.allowedClientsCidr,
  this.mountPermissions,
  this.network,
  this.nfsPath,
  this.noRootSquash,
  this.shareIp,
});