Interface HostPool.UpdateStages.WithMaxSessionLimit

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

public static interface HostPool.UpdateStages.WithMaxSessionLimit
The stage of the HostPool update allowing to specify maxSessionLimit.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMaxSessionLimit(Integer maxSessionLimit)
    Specifies the maxSessionLimit property: The max session limit of HostPool..
  • Method Details

    • withMaxSessionLimit

      HostPool.Update withMaxSessionLimit(Integer maxSessionLimit)
      Specifies the maxSessionLimit property: The max session limit of HostPool..
      Parameters:
      maxSessionLimit - The max session limit of HostPool.
      Returns:
      the next definition stage.