Package org.jclouds.compute.util
Class AutomaticHardwareIdSpec
java.lang.Object
org.jclouds.compute.util.AutomaticHardwareIdSpec
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic AutomaticHardwareIdSpecautomaticHardwareIdSpecBuilder(double cores, int ram, com.google.common.base.Optional<Float> disk) doublegetCores()com.google.common.base.Optional<Float> getDisk()intgetRam()static booleanisAutomaticId(String id) static AutomaticHardwareIdSpectoString() 
- 
Constructor Details
- 
AutomaticHardwareIdSpec
public AutomaticHardwareIdSpec() 
 - 
 - 
Method Details
- 
isAutomaticId
 - 
parseId
 - 
automaticHardwareIdSpecBuilder
public static AutomaticHardwareIdSpec automaticHardwareIdSpecBuilder(double cores, int ram, com.google.common.base.Optional<Float> disk)  - 
toString
 - 
getCores
public double getCores() - 
getRam
public int getRam() - 
getDisk
 
 -