org.jclouds.joyent.cloudapi.v6_5
Interface JoyentCloudApi


public interface JoyentCloudApi

Provides synchronous access to JoyentCloud.

Author:
Adrian Cole
See Also:
JoyentCloudAsyncApi, api doc

Method Summary
 Set<String> getConfiguredDatacenters()
           
 DatacenterApi getDatacenterApi()
          Provides synchronous access to Datacenter features.
 DatasetApi getDatasetApiForDatacenter(String datacenter)
          Provides synchronous access to Dataset features.
 KeyApi getKeyApi()
          Provides synchronous access to Key features.
 MachineApi getMachineApiForDatacenter(String datacenter)
          Provides synchronous access to Machine features.
 PackageApi getPackageApiForDatacenter(String datacenter)
          Provides synchronous access to Package features.
 

Method Detail

getConfiguredDatacenters

@Provides
Set<String> getConfiguredDatacenters()
Returns:
the datacenter codes configured

getDatacenterApi

DatacenterApi getDatacenterApi()
Provides synchronous access to Datacenter features.


getKeyApi

KeyApi getKeyApi()
Provides synchronous access to Key features.


getMachineApiForDatacenter

MachineApi getMachineApiForDatacenter(@Nullable
                                      String datacenter)
Provides synchronous access to Machine features.


getDatasetApiForDatacenter

DatasetApi getDatasetApiForDatacenter(@Nullable
                                      String datacenter)
Provides synchronous access to Dataset features.


getPackageApiForDatacenter

PackageApi getPackageApiForDatacenter(@Nullable
                                      String datacenter)
Provides synchronous access to Package features.



Copyright © 2009-2012 jclouds. All Rights Reserved.