Interface AgentPool.UpdateStages.WithMinCount

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

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

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

    • withMinCount

      AgentPool.Update withMinCount(Integer minCount)
      Specifies the minCount property: The minimum number of nodes for auto-scaling.
      Parameters:
      minCount - The minimum number of nodes for auto-scaling.
      Returns:
      the next definition stage.