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 class
Specs.CPU
static class
Specs.Drive
static class
Specs.Memory
static class
Specs.NIC
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<Specs.CPU>
cpus()
static Specs
create(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.Memory
memory()
abstract List<Specs.NIC>
nics()
-
-
-
Method Detail
-
memory
public abstract Specs.Memory memory()
-
drives
public abstract List<Specs.Drive> drives()
-
-