Uses of Class
org.jclouds.cloudstack.domain.Account.Type
-
Packages that use Account.Type Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.features org.jclouds.cloudstack.predicates -
-
Uses of Account.Type in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Account.Type Modifier and Type Field Description protected Account.TypeLoginResponse.Builder. accountTypeprotected Account.TypeUser.Builder. accountTypeprotected Account.TypeAccount.Builder. typeMethods in org.jclouds.cloudstack.domain that return Account.Type Modifier and Type Method Description static Account.TypeAccount.Type. fromValue(String type)Account.TypeLoginResponse. getAccountType()Account.TypeUser. getAccountType()Account.TypeAccount. getType()static Account.TypeAccount.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 Modifier and Type Method Description TLoginResponse.Builder. accountType(Account.Type accountType)TUser.Builder. accountType(Account.Type accountType)TAccount.Builder. type(Account.Type type)Constructors in org.jclouds.cloudstack.domain with parameters of type Account.Type Constructor Description Account(String id, Account.Type type, String networkDomain, String domain, String 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, String userId, String password, String domainId, long timeout, boolean registered, String accountName, String firstName, String lastName, Account.Type accountType, String timezone, String timezoneOffset, String sessionKey, String jSessionId)User(String id, String name, String firstName, String lastName, String email, Date created, User.State state, String account, Account.Type accountType, String domain, String 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 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 Account.Type in org.jclouds.cloudstack.predicates
Methods in org.jclouds.cloudstack.predicates with parameters of type Account.Type Modifier and Type Method Description static com.google.common.base.Predicate<User>UserPredicates. accountTypeEquals(Account.Type type)Constructors in org.jclouds.cloudstack.predicates with parameters of type Account.Type Constructor Description AccountTypeEquals(Account.Type type)
-