Uses of Class
org.jclouds.packet.domain.Specs.CPU
- 
Packages that use Specs.CPU Package Description org.jclouds.packet.domain  - 
- 
Uses of Specs.CPU in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return Specs.CPU Modifier and Type Method Description static Specs.CPUSpecs.CPU. create(Integer count, String type)Methods in org.jclouds.packet.domain that return types with arguments of type Specs.CPU Modifier and Type Method Description abstract List<Specs.CPU>Specs. cpus()Method parameters in org.jclouds.packet.domain with type arguments of type Specs.CPU Modifier and Type Method Description static SpecsSpecs. create(List<Specs.CPU> cpus, Specs.Memory memory, List<Specs.Drive> drives, List<Specs.NIC> nics, Map<String,Object> features) 
 -