Uses of Class
org.jclouds.digitalocean2.domain.Size
Packages that use Size
Package
Description
-
Uses of Size in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return types with arguments of type Size -
Uses of Size in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Size -
Uses of Size in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return SizeModifier and TypeMethodDescriptionstatic Size
Size.create
(String slug, boolean available, float transfer, float priceMonthly, float priceHourly, int memory, int vcpus, int disk, List<String> regions) abstract Size
Droplet.size()
Methods in org.jclouds.digitalocean2.domain with parameters of type SizeModifier and TypeMethodDescriptionstatic Droplet
Droplet.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