Uses of Class
org.jclouds.cloudstack.domain.Account.Type

Packages that use Account.Type
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.predicates   
 

Uses of Account.Type in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Account.Type
static Account.Type Account.Type.fromValue(String type)
           
 Account.Type LoginResponse.getAccountType()
           
 Account.Type User.getAccountType()
           
 Account.Type Account.getType()
           
static Account.Type Account.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Account.Type[] Account.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudstack.domain with parameters of type Account.Type
 LoginResponse.Builder LoginResponse.Builder.accountType(Account.Type accountType)
           
 User.Builder User.Builder.accountType(Account.Type accountType)
           
 Account.Builder Account.Builder.type(Account.Type type)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type Account.Type
Account(long id, Account.Type type, String networkDomain, String domain, long domainId, Long IPsAvailable, Long IPLimit, long iPs, boolean cleanupRequired, String name, long receivedBytes, long sentBytes, Long snapshotsAvailable, Long snapshotLimit, long snapshots, Account.State state, Long templatesAvailable, Long templateLimit, long templates, Long VMsAvailable, Long VMLimit, long vMsRunning, long vMsStopped, long vMs, Long volumesAvailable, Long volumeLimit, long volumes, Set<User> users)
           
LoginResponse(String username, long userId, String password, long domainId, long timeout, boolean registered, String accountName, String firstName, String lastName, Account.Type accountType, String timezone, String timezoneOffset, String sessionKey, String jSessionId)
           
User(long id, String name, String firstname, String lastname, String email, Date created, User.State state, String account, Account.Type accountType, String domain, long domainId, String timeZone, String apiKey, String secretKey)
           
 

Uses of Account.Type in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type Account.Type
 com.google.common.util.concurrent.ListenableFuture<Account> GlobalAccountAsyncClient.createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
           
 Account GlobalAccountClient.createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
          Create a new Cloudstack account
 

Uses of Account.Type in org.jclouds.cloudstack.predicates
 

Methods in org.jclouds.cloudstack.predicates with parameters of type Account.Type
static com.google.common.base.Predicate<User> UserPredicates.accountTypeEquals(Account.Type type)
           
 

Constructors in org.jclouds.cloudstack.predicates with parameters of type Account.Type
UserPredicates.AccountTypeEquals(Account.Type type)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.