Interface ComputePolicy.UpdateStages.WithMinPriorityPerJob

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

public static interface ComputePolicy.UpdateStages.WithMinPriorityPerJob
The stage of the ComputePolicy update allowing to specify minPriorityPerJob.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMinPriorityPerJob(Integer minPriorityPerJob)
    Specifies the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs.
  • Method Details

    • withMinPriorityPerJob

      ComputePolicy.Update withMinPriorityPerJob(Integer minPriorityPerJob)
      Specifies the minPriorityPerJob property: The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed..
      Parameters:
      minPriorityPerJob - The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.
      Returns:
      the next definition stage.