Package | Description |
---|---|
org.jclouds.digitalocean2.domain | |
org.jclouds.digitalocean2.features |
Modifier and Type | Method and Description |
---|---|
static Kernel |
Kernel.create(int id,
String name,
String version) |
abstract Kernel |
Droplet.kernel() |
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<Kernel> |
DropletApi.listKernels(int id) |
IterableWithMarker<Kernel> |
DropletApi.listKernels(int id,
ListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.