|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Volume.Type | |
|---|---|
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| Uses of Volume.Type in org.jclouds.compute.domain |
|---|
| Methods in org.jclouds.compute.domain that return Volume.Type | |
|---|---|
Volume.Type |
Volume.getType()
Describes the cardinal type of a volume; used to determine scope and exclusivity. |
static Volume.Type |
Volume.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Volume.Type[] |
Volume.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclouds.compute.domain with parameters of type Volume.Type | |
|---|---|
VolumeBuilder |
VolumeBuilder.type(Volume.Type type)
|
| Uses of Volume.Type in org.jclouds.compute.domain.internal |
|---|
| Methods in org.jclouds.compute.domain.internal that return Volume.Type | |
|---|---|
Volume.Type |
VolumeImpl.getType()
Describes the cardinal type of a volume; used to determine scope and exclusivity. |
| Constructors in org.jclouds.compute.domain.internal with parameters of type Volume.Type | |
|---|---|
VolumeImpl(String id,
Volume.Type type,
Float size,
String device,
boolean bootDevice,
boolean durable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||