Package | Description |
---|---|
org.jclouds.digitalocean2.compute | |
org.jclouds.digitalocean2.compute.functions | |
org.jclouds.digitalocean2.domain | |
org.jclouds.digitalocean2.features |
Modifier and Type | Method and Description |
---|---|
Iterable<Size> |
DigitalOcean2ComputeServiceAdapter.listHardwareProfiles() |
Modifier and Type | Method and Description |
---|---|
Hardware |
SizeToHardware.apply(Size input) |
Modifier and Type | Method and Description |
---|---|
static Size |
Size.create(String slug,
boolean available,
float transfer,
float priceMonthly,
float priceHourly,
int memory,
int vcpus,
int disk,
List<String> regions) |
abstract Size |
Droplet.size() |
Modifier and Type | Method and Description |
---|---|
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<Size> |
SizeApi.list() |
IterableWithMarker<Size> |
SizeApi.list(ListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.