Interface WorkloadGroup.UpdateStages.WithMinResourcePercent

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

public static interface WorkloadGroup.UpdateStages.WithMinResourcePercent
The stage of the WorkloadGroup update allowing to specify minResourcePercent.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMinResourcePercent(int minResourcePercent)
    Specifies the minResourcePercent property: The workload group minimum percentage resource..
  • Method Details

    • withMinResourcePercent

      WorkloadGroup.Update withMinResourcePercent(int minResourcePercent)
      Specifies the minResourcePercent property: The workload group minimum percentage resource..
      Parameters:
      minResourcePercent - The workload group minimum percentage resource.
      Returns:
      the next definition stage.