Uses of Class
org.jclouds.compute.domain.ComputeType

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()
          Whether this resource is a container, file, node, queue, etc.
 

Method parameters in org.jclouds.compute.domain.internal with type arguments of type ComputeType
 int HardwareImpl.compareTo(ResourceMetadata<ComputeType> that)
          
 

Constructors in org.jclouds.compute.domain.internal with parameters of type ComputeType
ComputeMetadataImpl(ComputeType type, String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.