public interface AutoscaleApi 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.
|
GroupApi |
getGroupApi(String region)
Provides access to all scaling Group features.
|
PolicyApi |
getPolicyApi(String region,
String groupId)
Provides access to all policy features for scaling Groups.
|
PolicyApi |
getPolicyApiForGroup(String region,
String groupId)
Deprecated.
Please use
getPolicyApi(String, String) instead. To be removed in jclouds 2.0. |
WebhookApi |
getWebhookApi(String region,
String groupId,
String policyId)
Provides access to webhook management features.
|
WebhookApi |
getWebhookApiForGroupAndPolicy(String region,
String groupId,
String policyId)
Deprecated.
Please use
getWebhookApi(String, String, String) instead. To be removed in jclouds 2.0. |
@Provides Set<String> getConfiguredRegions()
PolicyApi getPolicyApi(String region, String groupId)
WebhookApi getWebhookApi(String region, String groupId, String policyId)
@Provides com.google.common.base.Optional<Tenant> getCurrentTenantId()
@Deprecated @Provides Set<String> getConfiguredZones()
getConfiguredRegions()
instead. To be removed in jclouds 2.0.@Deprecated PolicyApi getPolicyApiForGroup(String region, String groupId)
getPolicyApi(String, String)
instead. To be removed in jclouds 2.0.@Deprecated WebhookApi getWebhookApiForGroupAndPolicy(String region, String groupId, String policyId)
getWebhookApi(String, String, String)
instead. To be removed in jclouds 2.0.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.