Interface VolumeQuotaRule.DefinitionStages.WithQuotaTarget

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

public static interface VolumeQuotaRule.DefinitionStages.WithQuotaTarget
The stage of the VolumeQuotaRule definition allowing to specify quotaTarget.
  • Method Details

    • withQuotaTarget

      Specifies the quotaTarget property: UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>.
      Parameters:
      quotaTarget - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>.
      Returns:
      the next definition stage.