Pool.UpdateStages.WithUserAccounts Interface
public static interface Pool.UpdateStages.WithUserAccounts
The stage of the Pool update allowing to specify userAccounts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withUserAccounts(List<UserAccount> userAccounts)
Specifies the user |
Method Details
withUserAccounts
public abstract 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:
Returns: