|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComputeType | |
|---|---|
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| Uses of ComputeType in org.jclouds.compute.domain |
|---|
| Fields in org.jclouds.compute.domain declared as ComputeType | |
|---|---|
protected ComputeType |
ComputeMetadataBuilder.type
|
| Methods in org.jclouds.compute.domain that return ComputeType | |
|---|---|
ComputeType |
ComputeMetadata.getType()
|
static ComputeType |
ComputeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComputeType[] |
ComputeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.jclouds.compute.domain with parameters of type ComputeType | |
|---|---|
ComputeMetadataBuilder(ComputeType type)
|
|
| Uses of ComputeType in org.jclouds.compute.domain.internal |
|---|
| Methods in org.jclouds.compute.domain.internal that return ComputeType | |
|---|---|
ComputeType |
ComputeMetadataImpl.getType()
|
| Method parameters in org.jclouds.compute.domain.internal with type arguments of type ComputeType | |
|---|---|
int |
HardwareImpl.compareTo(org.jclouds.domain.ResourceMetadata<ComputeType> that)
|
int |
ComputeMetadataImpl.compareTo(org.jclouds.domain.ResourceMetadata<ComputeType> that)
|
| Constructors in org.jclouds.compute.domain.internal with parameters of type ComputeType | |
|---|---|
ComputeMetadataImpl(ComputeType type,
String providerId,
String name,
String id,
org.jclouds.domain.Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||