@@ -37,7 +37,7 @@ public interface AutoScaling extends AutoCloseable {
37
37
void setRegion (String regionId );
38
38
39
39
/**
40
- * Create an AutoScalingConfiguration
40
+ * Creates an autoscaling configuration.
41
41
* @param request The request object containing the details to send
42
42
* @return A response object containing details about the completed operation
43
43
* @throws BmcException when an error occurs.
@@ -46,15 +46,16 @@ CreateAutoScalingConfigurationResponse createAutoScalingConfiguration(
46
46
CreateAutoScalingConfigurationRequest request );
47
47
48
48
/**
49
- * Create a Policy for AutoScalingConfiguration
49
+ * Creates an autoscaling policy for the specified autoscaling configuration.
50
+ *
50
51
* @param request The request object containing the details to send
51
52
* @return A response object containing details about the completed operation
52
53
* @throws BmcException when an error occurs.
53
54
*/
54
55
CreateAutoScalingPolicyResponse createAutoScalingPolicy (CreateAutoScalingPolicyRequest request );
55
56
56
57
/**
57
- * Deletes an AutoScalingConfiguration
58
+ * Deletes an autoscaling configuration.
58
59
* @param request The request object containing the details to send
59
60
* @return A response object containing details about the completed operation
60
61
* @throws BmcException when an error occurs.
@@ -63,15 +64,15 @@ DeleteAutoScalingConfigurationResponse deleteAutoScalingConfiguration(
63
64
DeleteAutoScalingConfigurationRequest request );
64
65
65
66
/**
66
- * Deletes an AutoScalingConfiguration Policy
67
+ * Deletes an autoscaling policy for the specified autoscaling configuration.
67
68
* @param request The request object containing the details to send
68
69
* @return A response object containing details about the completed operation
69
70
* @throws BmcException when an error occurs.
70
71
*/
71
72
DeleteAutoScalingPolicyResponse deleteAutoScalingPolicy (DeleteAutoScalingPolicyRequest request );
72
73
73
74
/**
74
- * Get AutoScalingConfiguration
75
+ * Gets information about the specified autoscaling configuration.
75
76
* @param request The request object containing the details to send
76
77
* @return A response object containing details about the completed operation
77
78
* @throws BmcException when an error occurs.
@@ -80,15 +81,15 @@ GetAutoScalingConfigurationResponse getAutoScalingConfiguration(
80
81
GetAutoScalingConfigurationRequest request );
81
82
82
83
/**
83
- * Get Policy from a specific AutoScalingConfiguration
84
+ * Gets information about the specified autoscaling policy in the specified autoscaling configuration.
84
85
* @param request The request object containing the details to send
85
86
* @return A response object containing details about the completed operation
86
87
* @throws BmcException when an error occurs.
87
88
*/
88
89
GetAutoScalingPolicyResponse getAutoScalingPolicy (GetAutoScalingPolicyRequest request );
89
90
90
91
/**
91
- * Lists AutoScalingConfigurations in the specific compartment.
92
+ * Lists autoscaling configurations in the specifed compartment.
92
93
*
93
94
* @param request The request object containing the details to send
94
95
* @return A response object containing details about the completed operation
@@ -98,7 +99,7 @@ ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(
98
99
ListAutoScalingConfigurationsRequest request );
99
100
100
101
/**
101
- * Lists Policies in an AutoScalingConfiguration .
102
+ * Lists the autoscaling policies in the specified autoscaling configuration .
102
103
*
103
104
* @param request The request object containing the details to send
104
105
* @return A response object containing details about the completed operation
@@ -107,7 +108,9 @@ ListAutoScalingConfigurationsResponse listAutoScalingConfigurations(
107
108
ListAutoScalingPoliciesResponse listAutoScalingPolicies (ListAutoScalingPoliciesRequest request );
108
109
109
110
/**
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
+ *
111
114
* @param request The request object containing the details to send
112
115
* @return A response object containing details about the completed operation
113
116
* @throws BmcException when an error occurs.
@@ -116,7 +119,7 @@ UpdateAutoScalingConfigurationResponse updateAutoScalingConfiguration(
116
119
UpdateAutoScalingConfigurationRequest request );
117
120
118
121
/**
119
- * Updates a Policy in the specific AutoScalingConfiguration
122
+ * Updates an autoscaling policy in the specified autoscaling configuration.
120
123
* @param request The request object containing the details to send
121
124
* @return A response object containing details about the completed operation
122
125
* @throws BmcException when an error occurs.
0 commit comments