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 Specs
Specs. create(List<Specs.CPU> cpus, Specs.Memory memory, List<Specs.Drive> drives, List<Specs.NIC> nics, Map<String,Object> features)
abstract Specs
Plan. specs()
Methods in org.jclouds.packet.domain with parameters of type Specs Modifier and Type Method Description static Plan
Plan. create(String id, String slug, String name, String description, String line, Specs specs, List<Href> availableIn, Pricing pricing)
-