Package org.jclouds.compute.util
Class AutomaticHardwareIdSpec
java.lang.Object
org.jclouds.compute.util.AutomaticHardwareIdSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AutomaticHardwareIdSpec
automaticHardwareIdSpecBuilder
(double cores, int ram, com.google.common.base.Optional<Float> disk) double
getCores()
com.google.common.base.Optional
<Float> getDisk()
int
getRam()
static boolean
isAutomaticId
(String id) static AutomaticHardwareIdSpec
toString()
-
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
-