Interface Pool.UpdateStages.WithUserAccounts

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

public static interface Pool.UpdateStages.WithUserAccounts
The stage of the Pool update allowing to specify userAccounts.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..
  • Method Details

    • withUserAccounts

      Pool.Update withUserAccounts(List<UserAccount> userAccounts)
      Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..
      Parameters:
      userAccounts - The list of user accounts to be created on each node in the pool.
      Returns:
      the next definition stage.