Uses of Class
org.jclouds.digitalocean2.domain.Region
Packages that use Region
Package
Description
-
Uses of Region in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return types with arguments of type Region -
Uses of Region in org.jclouds.digitalocean2.compute.config
Methods in org.jclouds.digitalocean2.compute.config that return types with arguments of type RegionModifier and TypeMethodDescriptionprotected com.google.common.base.Predicate
<Region> DigitalOcean2ComputeServiceContextModule.provideRegionAvailablePredicate
(DigitalOcean2Api api, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod pollPeriod) -
Uses of Region in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions with parameters of type Region -
Uses of Region in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return RegionModifier and TypeMethodDescriptionstatic Region
Region.create
(String slug, String name, List<String> sizes, boolean available, List<String> features) abstract Region
Action.region()
abstract Region
Droplet.region()
Methods in org.jclouds.digitalocean2.domain with parameters of type RegionModifier and TypeMethodDescriptionstatic Action
Action.create
(int id, Action.Status status, String type, Date startedAt, Date completedAt, long resourceId, String resourceType, Region region, String regionSlug) static 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 Region in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return types with arguments of type RegionModifier and TypeMethodDescriptionRegionApi.list()
Get the list of all regions.RegionApi.list
(ListOptions options) Get a single page of the region list.