Interface Share.UpdateStages.WithClientAccessRights

All Known Subinterfaces:
Share.Update
Enclosing interface:
Share.UpdateStages

public static interface Share.UpdateStages.WithClientAccessRights
The stage of the Share update allowing to specify clientAccessRights.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the clientAccessRights property: List of IP addresses and corresponding access rights on the share(required for NFS protocol)..
  • Method Details

    • withClientAccessRights

      Share.Update withClientAccessRights(List<ClientAccessRight> clientAccessRights)
      Specifies the clientAccessRights property: List of IP addresses and corresponding access rights on the share(required for NFS protocol)..
      Parameters:
      clientAccessRights - List of IP addresses and corresponding access rights on the share(required for NFS protocol).
      Returns:
      the next definition stage.