Uses of Class
org.jclouds.digitalocean2.domain.Kernel
Packages that use Kernel
-
Uses of Kernel in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return KernelMethods in org.jclouds.digitalocean2.domain with parameters of type KernelModifier 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 Kernel in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return types with arguments of type KernelModifier and TypeMethodDescriptionDropletApi.listKernels
(int id) DropletApi.listKernels
(int id, ListOptions options)