org.jclouds.digitalocean
Interface DigitalOceanApi

All Superinterfaces:
Closeable

public interface DigitalOceanApi
extends Closeable

Provides synchronous access to DigitalOcean API.


Method Summary
 DropletApi getDropletApi()
          Returns the Droplet management API.
 EventApi getEventApi()
          Returns the Event API.
 ImageApi getImageApi()
          Returns the Image management API.
 KeyPairApi getKeyPairApi()
          Returns the SSH key management API.
 RegionApi getRegionApi()
          Returns the Region management API.
 SizesApi getSizesApi()
          Returns the Sizes management API.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getDropletApi

DropletApi getDropletApi()
Returns the Droplet management API.


getImageApi

ImageApi getImageApi()
Returns the Image management API.


getSizesApi

SizesApi getSizesApi()
Returns the Sizes management API.


getRegionApi

RegionApi getRegionApi()
Returns the Region management API.


getKeyPairApi

KeyPairApi getKeyPairApi()
Returns the SSH key management API.


getEventApi

EventApi getEventApi()
Returns the Event API.



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.