Uses of Class
org.dasein.cloud.services.server.Architecture

Packages that use Architecture
org.dasein.cloud.services.image The Image Services handle operations on virtual machine images/templates. 
org.dasein.cloud.services.server Operations supporting virtual machines operating inside a cloud provider. 
 

Uses of Architecture in org.dasein.cloud.services.image
 

Methods in org.dasein.cloud.services.image that return Architecture
 Architecture ServerImage.getArchitecture()
           
 

Methods in org.dasein.cloud.services.image with parameters of type Architecture
 void ServerImage.setArchitecture(Architecture architecture)
           
 

Uses of Architecture in org.dasein.cloud.services.server
 

Methods in org.dasein.cloud.services.server that return Architecture
 Architecture Server.getArchitecture()
           
static Architecture Architecture.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Architecture[] Architecture.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dasein.cloud.services.server with parameters of type Architecture
 Collection<ServerSize> ServerServices.getSupportedSizes(Architecture architecture)
          Provides a list of instance types, service offerings, or server sizes (however the underlying cloud might describe it) for a particular architecture
 void Server.setArchitecture(Architecture architecture)