Uses of Class
org.jclouds.packet.domain.Specs
- 
Packages that use Specs Package Description org.jclouds.packet.domain  - 
- 
Uses of Specs in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return Specs 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)abstract SpecsPlan. specs()Methods in org.jclouds.packet.domain with parameters of type Specs Modifier and Type Method Description static PlanPlan. create(String id, String slug, String name, String description, String line, Specs specs, List<Href> availableIn, Pricing pricing) 
 -