Skip to content

Commit c741c8f

Browse files
committed
Generated java-async 2022-02-22 for Ess.
1 parent a76f6ae commit c741c8f

11 files changed

+39
-15
lines changed

ess-20220222/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-08 Version: 1.0.34
2+
- Generated java-async 2022-02-22 for Ess.
3+
14
2025-03-26 Version: 1.0.33
25
- Generated java-async 2022-02-22 for Ess.
36

ess-20220222/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-ess20220222</artifactId>
6-
<version>1.0.33</version>
6+
<version>1.0.34</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-ess20220222</name>
99
<description>Alibaba Cloud Ess (20220222) Async SDK for Java

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/AttachAlbServerGroupsRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public Builder clientToken(String clientToken) {
171171
/**
172172
* <p>Specifies whether to add the existing Elastic Compute Service (ECS) instances or elastic container instances in the scaling group to the new ALB server group. Valid values:</p>
173173
* <ul>
174-
* <li>true: adds the existing ECS instances or elastic container instances in the scaling group to the new ALB server group. In this case, the system returns the value of <code>ScalingActivityId</code>.</li>
174+
* <li>true: adds the existing ECS instances or elastic container instances in the scaling group to the new ALB server group and returns the value of <code>ScalingActivityId</code>. You can query the value of ScalingActivityId to check whether the existing ECS instances are added to the ALB server group.</li>
175175
* <li>false: does not add the existing ECS instances or elastic container instances in the scaling group to the new ALB server group.</li>
176176
* </ul>
177177
* <p>Default value: false.</p>

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/AttachDBInstancesRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public Builder DBInstances(java.util.List<String> DBInstances) {
213213
}
214214

215215
/**
216-
* <p>Specifies whether to add the private IP addresses of all ECS instances in the scaling group to the IP address whitelist of an ApsaraDB RDS instance when you attach the ApsaraDB RDS instance to the scaling group. Valid values:</p>
216+
* <p>Specifies whether to add the private IP addresses of all ECS instances in the scaling group to the IP address whitelist of the ApsaraDB RDS instance that you want to attach to the scaling group. Valid values:</p>
217217
* <ul>
218218
* <li>true</li>
219219
* <li>false</li>

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/CreateAlarmRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,11 @@ public Builder scalingGroupId(String scalingGroupId) {
582582
}
583583

584584
/**
585-
* <p>The method that you want to use to aggregate the metric data. Valid values:</p>
585+
* <p>The statistical method of the metric data. Valid values:</p>
586586
* <ul>
587-
* <li>Average: the average value.</li>
588-
* <li>Minimum: the minimum value.</li>
589-
* <li>Maximum: the maximum value.</li>
587+
* <li>Average: calculates the average value of the metric data.</li>
588+
* <li>Minimum: calculates the minimum value of the metric data.</li>
589+
* <li>Maximum: calculates the maximum value of the metric data.</li>
590590
* </ul>
591591
* <p>Default value: Average.</p>
592592
*

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/CreateEciScalingConfigurationRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ public Builder ownerId(Long ownerId) {
12141214
}
12151215

12161216
/**
1217-
* <p>The name of the instance Resource Access Management (RAM) role. Elastic container instances and Elastic Compute Service (ECS) instances can share the same RAM role. For more information, see <a href="https://help.aliyun.com/document_detail/61178.html">Use an instance RAM role by calling API operations</a>.</p>
1217+
* <p>The name of the instance Resource Access Management (RAM) role. Elastic container instances and Elastic Compute Service (ECS) instances can share the same RAM role. For more information, see <a href="https://help.aliyun.com/document_detail/61175.html">RAM roles</a>.</p>
12181218
*
12191219
* <strong>example:</strong>
12201220
* <p>RamTestRole</p>

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/CreateScalingRuleRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public Builder scalingRuleName(String scalingRuleName) {
762762
* <li>SimpleScalingRule: a simple scaling rule. After you execute a simple scaling rule, Auto Scaling adjusts the number of ECS instances or elastic container instances in the scaling group based on the values of AdjustmentType and AdjustmentValue.</li>
763763
* <li>TargetTrackingScalingRule: a target tracking scaling rule. After you execute a target tracking scaling rule, Auto Scaling dynamically calculates the number of ECS instances or elastic container instances to scale based on the predefined metric (MetricName) and attempts to maintain the metric value close to the expected value (TargetValue).</li>
764764
* <li>StepScalingRule: a step scaling rule. After you execute a step scaling rule, Auto Scaling scales instances step by step based on the predefined thresholds and metric values.</li>
765-
* <li>PredictiveScalingRule: a predictive scaling rule. After you execute a predictive scaling rule, Auto Scaling uses machine learning to analyze historical monitoring data of the scaling group and predicts the future values of metrics. In addition, Auto Scaling automatically creates scheduled tasks to specify the value range for the scaling group.</li>
765+
* <li>PredictiveScalingRule: a predictive scaling rule. After you execute a predictive scaling rule, Auto Scaling uses machine learning to analyze historical monitoring data of the scaling group and predicts the future values of metrics. In addition, Auto Scaling automatically creates scheduled tasks to adjust the boundary values for the scaling group.</li>
766766
* </ul>
767767
* <p>Default value: SimpleScalingRule.</p>
768768
*

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/DescribeEciScalingConfigurationsRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public Builder ownerId(Long ownerId) {
205205
}
206206

207207
/**
208-
* <p>The number of the page to return. Pages start from page 1.</p>
208+
* <p>The page number. Pages start from page 1.</p>
209209
* <p>Default value: 1.</p>
210210
*
211211
* <strong>example:</strong>
@@ -218,7 +218,7 @@ public Builder pageNumber(Integer pageNumber) {
218218
}
219219

220220
/**
221-
* <p>The number of entries to return on each page. Maximum value: 50.</p>
221+
* <p>The number of entries per page. Maximum value: 50.</p>
222222
* <p>Default value: 10.</p>
223223
*
224224
* <strong>example:</strong>

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/DetachLoadBalancersRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public Builder clientToken(String clientToken) {
189189
}
190190

191191
/**
192-
* <p>Specifies whether to remove Elastic Compute Service (ECS) instances in the scaling group from the backend server groups of the Server Load Balancer (SLB) instance. Valid values:</p>
192+
* <p>Specifies whether to remove Elastic Compute Service (ECS) instances in the scaling group from the backend server groups of the load balancer. Valid values:</p>
193193
* <ul>
194194
* <li>true</li>
195195
* <li>false</li>

ess-20220222/src/main/java/com/aliyun/sdk/service/ess20220222/models/ModifyAlarmRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ public Builder metricName(String metricName) {
495495
/**
496496
* <p>The metric type. Valid values:</p>
497497
* <ul>
498-
* <li>system: system metrics of CloudMonitor</li>
498+
* <li>system: system metrics of CloudMonitor.</li>
499499
* <li>custom: custom metrics that are reported to CloudMonitor.</li>
500500
* </ul>
501501
*

0 commit comments

Comments
 (0)