Uses of Class
org.jclouds.digitalocean2.domain.Action
-
Packages that use Action Package Description org.jclouds.digitalocean2.domain org.jclouds.digitalocean2.features -
-
Uses of Action in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return Action Modifier and Type Method Description static Action
Action. create(int id, Action.Status status, String type, Date startedAt, Date completedAt, long resourceId, String resourceType, Region region, String regionSlug)
-
Uses of Action in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return Action Modifier and Type Method 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)
Methods in org.jclouds.digitalocean2.features that return types with arguments of type Action Modifier and Type Method 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)
-