Package org.jclouds.packet.domain
Class Specs
- java.lang.Object
-
- org.jclouds.packet.domain.Specs
-
public abstract class Specs extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSpecs.CPUstatic classSpecs.Drivestatic classSpecs.Memorystatic classSpecs.NIC
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<Specs.CPU>cpus()static Specscreate(List<Specs.CPU> cpus, Specs.Memory memory, List<Specs.Drive> drives, List<Specs.NIC> nics, Map<String,Object> features)abstract List<Specs.Drive>drives()abstract Map<String,Object>features()abstract Specs.Memorymemory()abstract List<Specs.NIC>nics()
-
-
-
Method Detail
-
memory
public abstract Specs.Memory memory()
-
drives
public abstract List<Specs.Drive> drives()
-
-