Uses of Class
org.jclouds.digitalocean2.domain.Region
-
-
Uses of Region in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute that return types with arguments of type Region Modifier and Type Method Description Iterable<Region>DigitalOcean2ComputeServiceAdapter. listLocations() -
Uses of Region in org.jclouds.digitalocean2.compute.config
Methods in org.jclouds.digitalocean2.compute.config that return types with arguments of type Region Modifier and Type Method Description protected 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 Modifier and Type Method Description LocationRegionToLocation. apply(Region input)protected LocationDropletToNodeMetadata. getLocation(Region region) -
Uses of Region in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Region Modifier and Type Method Description static RegionRegion. create(String slug, String name, List<String> sizes, boolean available, List<String> features)abstract RegionAction. region()abstract RegionDroplet. region()Methods in org.jclouds.digitalocean2.domain with parameters of type Region Modifier and Type Method Description static ActionAction. create(int id, Action.Status status, String type, Date startedAt, Date completedAt, long resourceId, String resourceType, Region region, String regionSlug)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 Region in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Region Modifier and Type Method Description PagedIterable<Region>RegionApi. list()Get the list of all regions.IterableWithMarker<Region>RegionApi. list(ListOptions options)Get a single page of the region list.
-