Skip to content

Commit 1933d6e

Browse files
committed
Generated java-async 2014-05-26 for Ecs.
1 parent e563bd0 commit 1933d6e

13 files changed

+531
-96
lines changed

ecs-20140526/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-21 Version: 8.0.1
2+
- Generated java-async 2014-05-26 for Ecs.
3+
14
2025-04-16 Version: 8.0.0
25
- Generated java-async 2014-05-26 for Ecs.
36

ecs-20140526/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-ecs20140526</artifactId>
6-
<version>8.0.0</version>
6+
<version>8.0.1</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-ecs20140526</name>
99
<description>Alibaba Cloud Ecs (20140526) Async SDK for Java

ecs-20140526/src/main/java/com/aliyun/sdk/service/ecs20140526/AsyncClient.java

Lines changed: 34 additions & 30 deletions
Large diffs are not rendered by default.

ecs-20140526/src/main/java/com/aliyun/sdk/service/ecs20140526/DefaultAsyncClient.java

Lines changed: 34 additions & 30 deletions
Large diffs are not rendered by default.

ecs-20140526/src/main/java/com/aliyun/sdk/service/ecs20140526/models/CreateAutoProvisioningGroupRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3204,7 +3204,7 @@ public Builder imageId(String imageId) {
32043204
}
32053205

32063206
/**
3207-
* <p>The instance family level of the instance type in extended configuration N. This parameter is used to filter instance types. Valid values of Nextended configuration N Valid values:</p>
3207+
* <p>The instance family level of the instance type in extended configuration N. This parameter is used to filter instance types. Valid values of Nextended configuration N, Valid values:</p>
32083208
* <ul>
32093209
* <li>EntryLevel: entry level (shared instance types). Instance types of this level are the most cost-effective but may not ensure stable computing performance. Instance types of this level are suitable for scenarios in which the CPU utilization is low. For more information, see <a href="https://help.aliyun.com/document_detail/108489.html">Shared instance families</a>.</li>
32103210
* <li>EnterpriseLevel: enterprise level. Instance types of this level provide stable performance and dedicated resources and are suitable for business scenarios that require high stability. For more information, see <a href="https://help.aliyun.com/document_detail/25378.html">Overview of instance families</a>.</li>

ecs-20140526/src/main/java/com/aliyun/sdk/service/ecs20140526/models/CreatePrefixListRequest.java

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ public class CreatePrefixListRequest extends Request {
6161
@com.aliyun.core.annotation.Validation(required = true)
6262
private String regionId;
6363

64+
@com.aliyun.core.annotation.Query
65+
@com.aliyun.core.annotation.NameInMap("ResourceGroupId")
66+
private String resourceGroupId;
67+
6468
@com.aliyun.core.annotation.Query
6569
@com.aliyun.core.annotation.NameInMap("ResourceOwnerAccount")
6670
private String resourceOwnerAccount;
@@ -69,6 +73,10 @@ public class CreatePrefixListRequest extends Request {
6973
@com.aliyun.core.annotation.NameInMap("ResourceOwnerId")
7074
private Long resourceOwnerId;
7175

76+
@com.aliyun.core.annotation.Query
77+
@com.aliyun.core.annotation.NameInMap("Tag")
78+
private java.util.List<Tag> tag;
79+
7280
private CreatePrefixListRequest(Builder builder) {
7381
super(builder);
7482
this.sourceRegionId = builder.sourceRegionId;
@@ -81,8 +89,10 @@ private CreatePrefixListRequest(Builder builder) {
8189
this.ownerId = builder.ownerId;
8290
this.prefixListName = builder.prefixListName;
8391
this.regionId = builder.regionId;
92+
this.resourceGroupId = builder.resourceGroupId;
8493
this.resourceOwnerAccount = builder.resourceOwnerAccount;
8594
this.resourceOwnerId = builder.resourceOwnerId;
95+
this.tag = builder.tag;
8696
}
8797

8898
public static Builder builder() {
@@ -168,6 +178,13 @@ public String getRegionId() {
168178
return this.regionId;
169179
}
170180

181+
/**
182+
* @return resourceGroupId
183+
*/
184+
public String getResourceGroupId() {
185+
return this.resourceGroupId;
186+
}
187+
171188
/**
172189
* @return resourceOwnerAccount
173190
*/
@@ -182,6 +199,13 @@ public Long getResourceOwnerId() {
182199
return this.resourceOwnerId;
183200
}
184201

202+
/**
203+
* @return tag
204+
*/
205+
public java.util.List<Tag> getTag() {
206+
return this.tag;
207+
}
208+
185209
public static final class Builder extends Request.Builder<CreatePrefixListRequest, Builder> {
186210
private String sourceRegionId;
187211
private String addressFamily;
@@ -193,8 +217,10 @@ public static final class Builder extends Request.Builder<CreatePrefixListReques
193217
private Long ownerId;
194218
private String prefixListName;
195219
private String regionId;
220+
private String resourceGroupId;
196221
private String resourceOwnerAccount;
197222
private Long resourceOwnerId;
223+
private java.util.List<Tag> tag;
198224

199225
private Builder() {
200226
super();
@@ -212,8 +238,10 @@ private Builder(CreatePrefixListRequest request) {
212238
this.ownerId = request.ownerId;
213239
this.prefixListName = request.prefixListName;
214240
this.regionId = request.regionId;
241+
this.resourceGroupId = request.resourceGroupId;
215242
this.resourceOwnerAccount = request.resourceOwnerAccount;
216243
this.resourceOwnerId = request.resourceOwnerId;
244+
this.tag = request.tag;
217245
}
218246

219247
/**
@@ -332,6 +360,15 @@ public Builder regionId(String regionId) {
332360
return this;
333361
}
334362

363+
/**
364+
* ResourceGroupId.
365+
*/
366+
public Builder resourceGroupId(String resourceGroupId) {
367+
this.putQueryParameter("ResourceGroupId", resourceGroupId);
368+
this.resourceGroupId = resourceGroupId;
369+
return this;
370+
}
371+
335372
/**
336373
* ResourceOwnerAccount.
337374
*/
@@ -350,6 +387,15 @@ public Builder resourceOwnerId(Long resourceOwnerId) {
350387
return this;
351388
}
352389

390+
/**
391+
* Tag.
392+
*/
393+
public Builder tag(java.util.List<Tag> tag) {
394+
this.putQueryParameter("Tag", tag);
395+
this.tag = tag;
396+
return this;
397+
}
398+
353399
@Override
354400
public CreatePrefixListRequest build() {
355401
return new CreatePrefixListRequest(this);
@@ -449,4 +495,79 @@ public Entry build() {
449495
}
450496

451497
}
498+
/**
499+
*
500+
* {@link CreatePrefixListRequest} extends {@link TeaModel}
501+
*
502+
* <p>CreatePrefixListRequest</p>
503+
*/
504+
public static class Tag extends TeaModel {
505+
@com.aliyun.core.annotation.NameInMap("Key")
506+
private String key;
507+
508+
@com.aliyun.core.annotation.NameInMap("Value")
509+
private String value;
510+
511+
private Tag(Builder builder) {
512+
this.key = builder.key;
513+
this.value = builder.value;
514+
}
515+
516+
public static Builder builder() {
517+
return new Builder();
518+
}
519+
520+
public static Tag create() {
521+
return builder().build();
522+
}
523+
524+
/**
525+
* @return key
526+
*/
527+
public String getKey() {
528+
return this.key;
529+
}
530+
531+
/**
532+
* @return value
533+
*/
534+
public String getValue() {
535+
return this.value;
536+
}
537+
538+
public static final class Builder {
539+
private String key;
540+
private String value;
541+
542+
private Builder() {
543+
}
544+
545+
private Builder(Tag model) {
546+
this.key = model.key;
547+
this.value = model.value;
548+
}
549+
550+
/**
551+
* Key.
552+
*/
553+
public Builder key(String key) {
554+
this.key = key;
555+
return this;
556+
}
557+
558+
/**
559+
* Value.
560+
*/
561+
public Builder value(String value) {
562+
this.value = value;
563+
return this;
564+
}
565+
566+
public Tag build() {
567+
return new Tag(this);
568+
}
569+
570+
}
571+
572+
}
452573
}

0 commit comments

Comments
 (0)