Uses of Class
org.jclouds.cloudstack.options.CreateAccountOptions
- 
Packages that use CreateAccountOptions Package Description org.jclouds.cloudstack.features org.jclouds.cloudstack.options  - 
- 
Uses of CreateAccountOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type CreateAccountOptions Modifier and Type Method Description AccountGlobalAccountApi. createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)Create a new Cloudstack account - 
Uses of CreateAccountOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as CreateAccountOptions Modifier and Type Field Description static CreateAccountOptionsCreateAccountOptions. NONEMethods in org.jclouds.cloudstack.options that return CreateAccountOptions Modifier and Type Method Description CreateAccountOptionsCreateAccountOptions. account(String account)static CreateAccountOptionsCreateAccountOptions.Builder. account(String account)static CreateAccountOptionsCreateAccountOptions.Builder. domainId(String domainId)CreateAccountOptionsCreateAccountOptions. domainId(String domainId)static CreateAccountOptionsCreateAccountOptions.Builder. networkDomain(String networkDomain)CreateAccountOptionsCreateAccountOptions. networkDomain(String networkDomain) 
 -