Package | Description |
---|---|
org.jclouds.digitalocean2.domain | |
org.jclouds.digitalocean2.features |
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) |
Modifier and Type | Method and Description |
---|---|
Action |
ActionApi.get(int id) |
Action |
DropletApi.powerCycle(int id) |
Action |
DropletApi.powerOff(int id) |
Action |
DropletApi.powerOn(int id) |
Action |
DropletApi.reboot(int id) |
Action |
DropletApi.shutdown(int id) |
Action |
DropletApi.snapshot(int id,
String name) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Action> |
ActionApi.list() |
IterableWithMarker<Action> |
ActionApi.list(ListOptions options) |
PagedIterable<Action> |
DropletApi.listActions(int id) |
IterableWithMarker<Action> |
DropletApi.listActions(int id,
ListOptions options) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.