Uses of Enum Class
org.jclouds.cloudstack.domain.Account.State
Packages that use Account.State
-
Uses of Account.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Account.StateMethods in org.jclouds.cloudstack.domain that return Account.StateModifier and TypeMethodDescriptionstatic Account.State
Account.getState()
static Account.State
Returns the enum constant of this class with the specified name.static Account.State[]
Account.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Account.StateConstructors in org.jclouds.cloudstack.domain with parameters of type Account.StateModifierConstructorDescriptionprotected
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)