public interface TroveApi extends Closeable
Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions()
Provides a set of all regions available.
|
Set<String> |
getConfiguredZones()
Deprecated.
Please use
getConfiguredRegions() instead. To be removed in jclouds 2.0. |
com.google.common.base.Optional<Tenant> |
getCurrentTenantId()
Provides the Tenant.
|
DatabaseApi |
getDatabaseApi(String region,
String instanceId)
Provides access to Database features.
|
DatabaseApi |
getDatabaseApiForZoneAndInstance(String zone,
String instanceId)
Deprecated.
Please use
getDatabaseApi(String region, String instanceId) instead.
To be removed in jclouds 2.0. |
FlavorApi |
getFlavorApi(String region)
Provides access to Flavor features.
|
FlavorApi |
getFlavorApiForZone(String zone)
Deprecated.
Please use
getFlavorApi(String region) instead. To be removed in jclouds 2.0. |
InstanceApi |
getInstanceApi(String region)
Provides access to Instance features.
|
InstanceApi |
getInstanceApiForZone(String zone)
Deprecated.
Please use
getInstanceApi(String region) instead. To be removed in jclouds 2.0. |
UserApi |
getUserApi(String region,
String instanceId)
Provides access to User features.
|
UserApi |
getUserApiForZoneAndInstance(String zone,
String instanceId)
Deprecated.
Please use
getUserApi(String region, String instanceId) instead.
To be removed in jclouds 2.0. |
@Provides Set<String> getConfiguredRegions()
InstanceApi getInstanceApi(String region)
DatabaseApi getDatabaseApi(String region, String instanceId)
@Deprecated @Provides Set<String> getConfiguredZones()
getConfiguredRegions()
instead. To be removed in jclouds 2.0.@Deprecated FlavorApi getFlavorApiForZone(String zone)
getFlavorApi(String region)
instead. To be removed in jclouds 2.0.@Deprecated InstanceApi getInstanceApiForZone(String zone)
getInstanceApi(String region)
instead. To be removed in jclouds 2.0.@Deprecated UserApi getUserApiForZoneAndInstance(String zone, String instanceId)
getUserApi(String region, String instanceId)
instead.
To be removed in jclouds 2.0.@Deprecated DatabaseApi getDatabaseApiForZoneAndInstance(String zone, String instanceId)
getDatabaseApi(String region, String instanceId)
instead.
To be removed in jclouds 2.0.@Provides com.google.common.base.Optional<Tenant> getCurrentTenantId()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.