@@ -37,7 +37,7 @@ public interface AutoScaling extends AutoCloseable {
3737 void setRegion (String regionId );
3838
3939 /**
40- * Create an AutoScalingConfiguration
40+ * Creates an autoscaling configuration.
4141 * @param request The request object containing the details to send
4242 * @return A response object containing details about the completed operation
4343 * @throws BmcException when an error occurs.
@@ -46,15 +46,16 @@ CreateAutoScalingConfigurationResponse createAutoScalingConfiguration(
4646 CreateAutoScalingConfigurationRequest request );
4747
4848 /**
49- * Create a Policy for AutoScalingConfiguration
49+ * Creates an autoscaling policy for the specified autoscaling configuration.
50+ *
5051 * @param request The request object containing the details to send
5152 * @return A response object containing details about the completed operation
5253 * @throws BmcException when an error occurs.
5354 */
5455 CreateAutoScalingPolicyResponse createAutoScalingPolicy (CreateAutoScalingPolicyRequest request );
5556
5657 /**
57- * Deletes an AutoScalingConfiguration
58+ * Deletes an autoscaling configuration.
5859 * @param request The request object containing the details to send
5960 * @return A response object containing details about the completed operation
6061 * @throws BmcException when an error occurs.
@@ -63,15 +64,15 @@ DeleteAutoScalingConfigurationResponse deleteAutoScalingConfiguration(
6364 DeleteAutoScalingConfigurationRequest request );
6465
6566 /**
66- * Deletes an AutoScalingConfiguration Policy
67+ * Deletes an autoscaling policy for the specified autoscaling configuration.
6768 * @param request The request object containing the details to send
6869 * @return A response object containing details about the completed operation
6970 * @throws BmcException when an error occurs.
7071 */
7172 DeleteAutoScalingPolicyResponse deleteAutoScalingPolicy (DeleteAutoScalingPolicyRequest request );
7273
7374 /**
74- * Get AutoScalingConfiguration
75+ * Gets information about the specified autoscaling configuration.
7576 * @param request The request object containing the details to send
7677 * @return A response object containing details about the completed operation
7778 * @throws BmcException when an error occurs.
@@ -80,15 +81,15 @@ GetAutoScalingConfigurationResponse getAutoScalingConfiguration(
8081 GetAutoScalingConfigurationRequest request );
8182
8283 /**
83- * Get Policy from a specific AutoScalingConfiguration
84+ * Gets information about the specified autoscaling policy in the specified autoscaling configuration.
8485 * @param request The request object containing the details to send
8586 * @return A response object containing details about the completed operation
8687 * @throws BmcException when an error occurs.
8788 */
8889 GetAutoScalingPolicyResponse getAutoScalingPolicy (GetAutoScalingPolicyRequest request );
8990
9091 /**
91- * Lists AutoScalingConfigurations in the specific compartment.
92+ * Lists autoscaling configurations in the specifed compartment.
9293 *
9394 * @param request The request object containing the details to send
9495 * @return A response object containing details about the completed operation
@@ -98,7 +99,7 @@ ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(
9899 ListAutoScalingConfigurationsRequest request );
99100
100101 /**
101- * Lists Policies in an AutoScalingConfiguration .
102+ * Lists the autoscaling policies in the specified autoscaling configuration .
102103 *
103104 * @param request The request object containing the details to send
104105 * @return A response object containing details about the completed operation
@@ -107,7 +108,9 @@ ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(
107108 ListAutoScalingPoliciesResponse listAutoScalingPolicies (ListAutoScalingPoliciesRequest request );
108109
109110 /**
110- * Updates an AutoScalingConfiguration
111+ * Updates certain fields on the specified autoscaling configuration, such as the name, the cooldown period,
112+ * and whether the autoscaling configuration is enabled.
113+ *
111114 * @param request The request object containing the details to send
112115 * @return A response object containing details about the completed operation
113116 * @throws BmcException when an error occurs.
@@ -116,7 +119,7 @@ UpdateAutoScalingConfigurationResponse updateAutoScalingConfiguration(
116119 UpdateAutoScalingConfigurationRequest request );
117120
118121 /**
119- * Updates a Policy in the specific AutoScalingConfiguration
122+ * Updates an autoscaling policy in the specified autoscaling configuration.
120123 * @param request The request object containing the details to send
121124 * @return A response object containing details about the completed operation
122125 * @throws BmcException when an error occurs.
0 commit comments