|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Capacity.Type | |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.options | |
| Uses of Capacity.Type in org.jclouds.cloudstack.domain |
|---|
| Fields in org.jclouds.cloudstack.domain declared as Capacity.Type | |
|---|---|
protected Capacity.Type |
Capacity.Builder.type
|
| Methods in org.jclouds.cloudstack.domain that return Capacity.Type | |
|---|---|
static Capacity.Type |
Capacity.Type.fromValue(String type)
|
Capacity.Type |
Capacity.getType()
|
static Capacity.Type |
Capacity.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Capacity.Type[] |
Capacity.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 Capacity.Type | |
|---|---|
T |
Capacity.Builder.type(Capacity.Type type)
|
| Constructors in org.jclouds.cloudstack.domain with parameters of type Capacity.Type | |
|---|---|
Capacity(long capacityTotal,
long capacityUsed,
double percentUsed,
String podId,
String podName,
Capacity.Type type,
String zoneId,
String zoneName)
|
|
| Uses of Capacity.Type in org.jclouds.cloudstack.options |
|---|
| Methods in org.jclouds.cloudstack.options with parameters of type Capacity.Type | |
|---|---|
ListCapacityOptions |
ListCapacityOptions.type(Capacity.Type type)
|
static ListCapacityOptions |
ListCapacityOptions.Builder.type(Capacity.Type type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||