Pool.DefinitionStages.WithUserAccounts Interface
public static interface Pool.DefinitionStages.WithUserAccounts
The stage of the Pool definition allowing to specify userAccounts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withUserAccounts(List<UserAccount> userAccounts)
Specifies the user |
Method Details
withUserAccounts
public abstract Pool.DefinitionStages.WithCreate withUserAccounts(List<UserAccount> userAccounts)
Specifies the userAccounts property: The list of user accounts to be created on each node in the pool..
Parameters:
Returns: