Interface WorkloadGroup.UpdateStages.WithMaxResourcePercent

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

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

    Modifier and Type
    Method
    Description
    withMaxResourcePercent(int maxResourcePercent)
    Specifies the maxResourcePercent property: The workload group cap percentage resource..
  • Method Details

    • withMaxResourcePercent

      WorkloadGroup.Update withMaxResourcePercent(int maxResourcePercent)
      Specifies the maxResourcePercent property: The workload group cap percentage resource..
      Parameters:
      maxResourcePercent - The workload group cap percentage resource.
      Returns:
      the next definition stage.