Uses of Class
org.jclouds.digitalocean2.domain.DropletCreate
-
Packages that use DropletCreate Package Description org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features -
-
Uses of DropletCreate in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return DropletCreate Modifier and Type Method Description static DropletCreate
DropletCreate. create(Droplet droplet, DropletCreate.Links links)
-
Uses of DropletCreate in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return DropletCreate Modifier and Type Method Description DropletCreate
DropletApi. create(String name, String region, String size, String image)
DropletCreate
DropletApi. create(String name, String region, String size, String image, CreateDropletOptions options)
-