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

Packages that use Platform
org.dasein.cloud.services.accounting   
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 Platform in org.dasein.cloud.services.accounting
 

Methods in org.dasein.cloud.services.accounting that return Platform
 Platform Prepayment.getPlatform()
           
 Platform Offering.getPlatform()
           
 

Methods in org.dasein.cloud.services.accounting with parameters of type Platform
 double AccountingServices.getUsageFee(Platform platform, String size, String software)
           
 void Prepayment.setPlatform(Platform platform)
           
 void Offering.setPlatform(Platform platform)
           
 

Constructors in org.dasein.cloud.services.accounting with parameters of type Platform
Offering(String providerOfferingId, String currencyCode, int period, String dataCenterId, Platform platform, String size, String software, double fixedFee, double usageFee)
           
Prepayment(String prepaymentId, String currencyCode, int period, long periodStart, String dataCenterId, Platform platform, String size, String software, int count, double fixedFee, double usageFee, PrepaymentState state)
           
 

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

Methods in org.dasein.cloud.services.image that return Platform
 Platform ServerImage.getPlatform()
           
 

Methods in org.dasein.cloud.services.image with parameters of type Platform
 Collection<ServerImage> ImageServices.find(String executableByAccountNumber, String keyword, Platform platform, String architecture)
           
 void ServerImage.setPlatform(Platform platform)
           
 

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

Methods in org.dasein.cloud.services.server that return Platform
 Platform Server.getPlatform()
           
static Platform Platform.guess(String name)
           
static Platform Platform.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Platform[] Platform.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 Platform
 void Server.setPlatform(Platform platform)