Uses of Class
org.jclouds.digitalocean2.domain.Size
- 
Packages that use Size Package Description org.jclouds.digitalocean2.compute org.jclouds.digitalocean2.compute.functions org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features  - 
- 
Uses of Size in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return types with arguments of type Size Modifier and Type Method Description Iterable<Size>DigitalOcean2ComputeServiceAdapter. listHardwareProfiles() - 
Uses of Size in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Size Modifier and Type Method Description HardwareSizeToHardware. apply(Size input) - 
Uses of Size in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Size Modifier and Type Method Description static SizeSize. create(String slug, boolean available, float transfer, float priceMonthly, float priceHourly, int memory, int vcpus, int disk, List<String> regions)abstract SizeDroplet. size()Methods in org.jclouds.digitalocean2.domain with parameters of type Size Modifier and Type Method Description static DropletDroplet. create(int id, String name, int memory, int vcpus, int disk, boolean locked, Date createdAt, Droplet.Status status, List<Integer> backupIds, List<Integer> snapshotIds, List<String> features, Region region, Image image, Size size, String sizeSlug, Networks network, Kernel kernel) - 
Uses of Size in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Size Modifier and Type Method Description PagedIterable<Size>SizeApi. list()IterableWithMarker<Size>SizeApi. list(ListOptions options) 
 -