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 Account
GlobalAccountApi. 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 CreateAccountOptions
CreateAccountOptions. NONE
Methods in org.jclouds.cloudstack.options that return CreateAccountOptions Modifier and Type Method Description CreateAccountOptions
CreateAccountOptions. account(String account)
static CreateAccountOptions
CreateAccountOptions.Builder. account(String account)
static CreateAccountOptions
CreateAccountOptions.Builder. domainId(String domainId)
CreateAccountOptions
CreateAccountOptions. domainId(String domainId)
static CreateAccountOptions
CreateAccountOptions.Builder. networkDomain(String networkDomain)
CreateAccountOptions
CreateAccountOptions. networkDomain(String networkDomain)
-