Interface Share.DefinitionStages.WithClientAccessRights

All Known Subinterfaces:
Share.Definition, Share.DefinitionStages.WithCreate
Enclosing interface:
Share.DefinitionStages

public static interface Share.DefinitionStages.WithClientAccessRights
The stage of the Share definition allowing to specify clientAccessRights.
  • Method Details

    • withClientAccessRights

      Share.DefinitionStages.WithCreate 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.