public interface JoyentCloudApi
JoyentCloudAsyncApi
,
api docModifier and Type | Method and Description |
---|---|
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.
|
@Provides Set<String> getConfiguredDatacenters()
DatacenterApi getDatacenterApi()
KeyApi getKeyApi()
MachineApi getMachineApiForDatacenter(@Nullable String datacenter)
DatasetApi getDatasetApiForDatacenter(@Nullable String datacenter)
PackageApi getPackageApiForDatacenter(@Nullable String datacenter)
Copyright © 2009-2013 jclouds. All Rights Reserved.