Uses of Class
org.jclouds.cloudstack.options.CreateAccountOptions

Packages that use CreateAccountOptions
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
 Account GlobalAccountClient.createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
          Create a new Cloudstack account
 com.google.common.util.concurrent.ListenableFuture<Account> GlobalAccountAsyncClient.createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
           
 

Uses of CreateAccountOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateAccountOptions
static CreateAccountOptions CreateAccountOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateAccountOptions
 CreateAccountOptions CreateAccountOptions.account(String account)
           
static CreateAccountOptions CreateAccountOptions.Builder.account(String account)
           
 CreateAccountOptions CreateAccountOptions.domainId(String domainId)
           
static CreateAccountOptions CreateAccountOptions.Builder.domainId(String domainId)
           
 CreateAccountOptions CreateAccountOptions.networkDomain(String networkDomain)
           
static CreateAccountOptions CreateAccountOptions.Builder.networkDomain(String networkDomain)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.