Modifier and Type | Method and Description |
---|---|
Iterable<Region> |
DigitalOcean2ComputeServiceAdapter.listLocations() |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Predicate<Region> |
DigitalOcean2ComputeServiceContextModule.provideRegionAvailablePredicate(DigitalOcean2Api api,
ComputeServiceConstants.Timeouts timeouts,
ComputeServiceConstants.PollPeriod pollPeriod) |
Modifier and Type | Method and Description |
---|---|
Location |
RegionToLocation.apply(Region input) |
protected Location |
DropletToNodeMetadata.getLocation(Region region) |
Modifier and Type | Method and Description |
---|---|
static Region |
Region.create(String slug,
String name,
List<String> sizes,
boolean available,
List<String> features) |
abstract Region |
Droplet.region() |
abstract Region |
Action.region() |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.