SimpleExportPolicyRule constructor

SimpleExportPolicyRule({
  1. String? accessType,
  2. String? allowedClients,
  3. String? hasRootAccess,
  4. bool? kerberos5ReadOnly,
  5. bool? kerberos5ReadWrite,
  6. bool? kerberos5iReadOnly,
  7. bool? kerberos5iReadWrite,
  8. bool? kerberos5pReadOnly,
  9. bool? kerberos5pReadWrite,
  10. bool? nfsv3,
  11. bool? nfsv4,
})

Implementation

SimpleExportPolicyRule({
  this.accessType,
  this.allowedClients,
  this.hasRootAccess,
  this.kerberos5ReadOnly,
  this.kerberos5ReadWrite,
  this.kerberos5iReadOnly,
  this.kerberos5iReadWrite,
  this.kerberos5pReadOnly,
  this.kerberos5pReadWrite,
  this.nfsv3,
  this.nfsv4,
});