Interface HostPool.DefinitionStages.WithMaxSessionLimit

All Known Subinterfaces:
HostPool.Definition, HostPool.DefinitionStages.WithCreate
Enclosing interface:
HostPool.DefinitionStages

public static interface HostPool.DefinitionStages.WithMaxSessionLimit
The stage of the HostPool definition allowing to specify maxSessionLimit.
  • Method Details

    • withMaxSessionLimit

      HostPool.DefinitionStages.WithCreate 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.