Package | Description |
---|---|
org.jclouds.cloudstack.domain |
Modifier and Type | Method and Description |
---|---|
static Account.State |
Account.State.fromValue(String state) |
Account.State |
Account.getState() |
static Account.State |
Account.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.State[] |
Account.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Account.Builder |
Account.Builder.state(Account.State state) |
Constructor and Description |
---|
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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.