SimpleExportPolicyRule constructor

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

Implementation

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