Interface AgentPool.UpdateStages.WithMaxCount

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

public static interface AgentPool.UpdateStages.WithMaxCount
The stage of the AgentPool update allowing to specify maxCount.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the maxCount property: The maximum number of nodes for auto-scaling.
  • Method Details

    • withMaxCount

      AgentPool.Update withMaxCount(Integer maxCount)
      Specifies the maxCount property: The maximum number of nodes for auto-scaling.
      Parameters:
      maxCount - The maximum number of nodes for auto-scaling.
      Returns:
      the next definition stage.