Skip to content

Commit 0f79944

Browse files
committed
Generated java-async 2017-08-01 for polardb.
1 parent 1b90b27 commit 0f79944

25 files changed

+134
-41
lines changed

polardb-20170801/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-02-06 Version: 4.0.31
2+
- Generated java-async 2017-08-01 for polardb.
3+
14
2025-01-20 Version: 4.0.30
25
- Generated java-async 2017-08-01 for polardb.
36

polardb-20170801/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-polardb20170801</artifactId>
6-
<version>4.0.30</version>
6+
<version>4.0.31</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-polardb20170801</name>
99
<description>Alibaba Cloud polardb (20170801) Async SDK for Java

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/AsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ static AsyncClient create() {
598598
* <b>description</b> :
599599
* <p>Before you call this operation, make sure that the PolarDB cluster is in the <strong>Released</strong> state. You must also confirm that the <strong>Retain All Backups Permanently</strong> or <strong>Retain Last Automatic Backup Permanently</strong> backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.</p>
600600
* <blockquote>
601-
* <p>You can call the <a href="https://help.aliyun.com/document_detail/98181.html">DescribeDBClusterAttribute</a> operation to query the cluster status.</p>
601+
* <p> You can call the <a href="https://help.aliyun.com/document_detail/98181.html">DescribeDBClusterAttribute</a> operation to query the cluster status.</p>
602602
* </blockquote>
603603
*
604604
* @param request the request parameters of DescribeDetachedBackups DescribeDetachedBackupsRequest

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/DefaultAsyncClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ public CompletableFuture<DescribeDatabasesResponse> describeDatabases(DescribeDa
15151515
* <b>description</b> :
15161516
* <p>Before you call this operation, make sure that the PolarDB cluster is in the <strong>Released</strong> state. You must also confirm that the <strong>Retain All Backups Permanently</strong> or <strong>Retain Last Automatic Backup Permanently</strong> backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.</p>
15171517
* <blockquote>
1518-
* <p>You can call the <a href="https://help.aliyun.com/document_detail/98181.html">DescribeDBClusterAttribute</a> operation to query the cluster status.</p>
1518+
* <p> You can call the <a href="https://help.aliyun.com/document_detail/98181.html">DescribeDBClusterAttribute</a> operation to query the cluster status.</p>
15191519
* </blockquote>
15201520
*
15211521
* @param request the request parameters of DescribeDetachedBackups DescribeDetachedBackupsRequest

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/CreateDBClusterEndpointRequest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,9 +475,10 @@ public Builder resourceOwnerId(Long resourceOwnerId) {
475475
}
476476

477477
/**
478-
* <p>Whether the node has enabled the global consistency (high-performance mode) feature. The value range is as follows:</p>
478+
* <p>Specifies whether to enable the global consistency (high-performance mode) feature for the nodes. Valid values:</p>
479479
* <ul>
480-
* <li><strong>ON</strong>: Enabled - <strong>OFF</strong>: Disabled</li>
480+
* <li><strong>ON</strong></li>
481+
* <li><strong>OFF</strong></li>
481482
* </ul>
482483
*
483484
* <strong>example:</strong>

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/CreateDBNodesRequest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,18 @@ public Builder DBNode(java.util.List<DBNode> DBNode) {
264264
}
265265

266266
/**
267-
* <p>The type of the node. Valid values:</p>
267+
* <p>The node type. Valid values:</p>
268268
* <ul>
269269
* <li>RO</li>
270270
* <li>STANDBY</li>
271271
* <li>DLNode</li>
272272
* </ul>
273+
* <p>Enumerated values:</p>
274+
* <ul>
275+
* <li>DLNode: AI node</li>
276+
* <li>STANDBY: standby node</li>
277+
* <li>RO: read-only node</li>
278+
* </ul>
273279
*
274280
* <strong>example:</strong>
275281
* <p>RO</p>

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/DeleteDBNodesRequest.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,17 @@ public Builder DBNodeId(java.util.List<String> DBNodeId) {
200200
}
201201

202202
/**
203-
* <p>The type of the node. Valid values:</p>
203+
* <p>The node type. Valid values:</p>
204204
* <ul>
205205
* <li>RO</li>
206206
* <li>STANDBY</li>
207+
* <li>DLNode</li>
208+
* </ul>
209+
* <p>Enumerated values:</p>
210+
* <ul>
211+
* <li>DLNode: AI node</li>
212+
* <li>STANDBY: standby node</li>
213+
* <li>RO: read-only node</li>
207214
* </ul>
208215
*
209216
* <strong>example:</strong>

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/DescribeActivationCodesRequest.java

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ public class DescribeActivationCodesRequest extends Request {
2222
@com.aliyun.core.annotation.Validation(required = true)
2323
private String aliyunOrderId;
2424

25+
@com.aliyun.core.annotation.Query
26+
@com.aliyun.core.annotation.NameInMap("MacAddress")
27+
private String macAddress;
28+
2529
@com.aliyun.core.annotation.Query
2630
@com.aliyun.core.annotation.NameInMap("OwnerAccount")
2731
private String ownerAccount;
@@ -47,15 +51,21 @@ public class DescribeActivationCodesRequest extends Request {
4751
@com.aliyun.core.annotation.NameInMap("ResourceOwnerId")
4852
private Long resourceOwnerId;
4953

54+
@com.aliyun.core.annotation.Query
55+
@com.aliyun.core.annotation.NameInMap("SystemIdentifier")
56+
private String systemIdentifier;
57+
5058
private DescribeActivationCodesRequest(Builder builder) {
5159
super(builder);
5260
this.aliyunOrderId = builder.aliyunOrderId;
61+
this.macAddress = builder.macAddress;
5362
this.ownerAccount = builder.ownerAccount;
5463
this.ownerId = builder.ownerId;
5564
this.pageNumber = builder.pageNumber;
5665
this.pageSize = builder.pageSize;
5766
this.resourceOwnerAccount = builder.resourceOwnerAccount;
5867
this.resourceOwnerId = builder.resourceOwnerId;
68+
this.systemIdentifier = builder.systemIdentifier;
5969
}
6070

6171
public static Builder builder() {
@@ -78,6 +88,13 @@ public String getAliyunOrderId() {
7888
return this.aliyunOrderId;
7989
}
8090

91+
/**
92+
* @return macAddress
93+
*/
94+
public String getMacAddress() {
95+
return this.macAddress;
96+
}
97+
8198
/**
8299
* @return ownerAccount
83100
*/
@@ -120,14 +137,23 @@ public Long getResourceOwnerId() {
120137
return this.resourceOwnerId;
121138
}
122139

140+
/**
141+
* @return systemIdentifier
142+
*/
143+
public String getSystemIdentifier() {
144+
return this.systemIdentifier;
145+
}
146+
123147
public static final class Builder extends Request.Builder<DescribeActivationCodesRequest, Builder> {
124148
private String aliyunOrderId;
149+
private String macAddress;
125150
private String ownerAccount;
126151
private Long ownerId;
127152
private Integer pageNumber;
128153
private Integer pageSize;
129154
private String resourceOwnerAccount;
130155
private Long resourceOwnerId;
156+
private String systemIdentifier;
131157

132158
private Builder() {
133159
super();
@@ -136,12 +162,14 @@ private Builder() {
136162
private Builder(DescribeActivationCodesRequest request) {
137163
super(request);
138164
this.aliyunOrderId = request.aliyunOrderId;
165+
this.macAddress = request.macAddress;
139166
this.ownerAccount = request.ownerAccount;
140167
this.ownerId = request.ownerId;
141168
this.pageNumber = request.pageNumber;
142169
this.pageSize = request.pageSize;
143170
this.resourceOwnerAccount = request.resourceOwnerAccount;
144171
this.resourceOwnerId = request.resourceOwnerId;
172+
this.systemIdentifier = request.systemIdentifier;
145173
}
146174

147175
/**
@@ -157,6 +185,15 @@ public Builder aliyunOrderId(String aliyunOrderId) {
157185
return this;
158186
}
159187

188+
/**
189+
* MacAddress.
190+
*/
191+
public Builder macAddress(String macAddress) {
192+
this.putQueryParameter("MacAddress", macAddress);
193+
this.macAddress = macAddress;
194+
return this;
195+
}
196+
160197
/**
161198
* OwnerAccount.
162199
*/
@@ -217,6 +254,15 @@ public Builder resourceOwnerId(Long resourceOwnerId) {
217254
return this;
218255
}
219256

257+
/**
258+
* SystemIdentifier.
259+
*/
260+
public Builder systemIdentifier(String systemIdentifier) {
261+
this.putQueryParameter("SystemIdentifier", systemIdentifier);
262+
this.systemIdentifier = systemIdentifier;
263+
return this;
264+
}
265+
220266
@Override
221267
public DescribeActivationCodesRequest build() {
222268
return new DescribeActivationCodesRequest(this);

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/DescribeActiveOperationTasksRequest.java

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,10 @@ public Builder ownerId(Long ownerId) {
321321
}
322322

323323
/**
324-
* PageNumber.
324+
* <p>The page number of the page to return. The value must be an integer that is greater than 0. Default value: 1.</p>
325+
*
326+
* <strong>example:</strong>
327+
* <p>1</p>
325328
*/
326329
public Builder pageNumber(Integer pageNumber) {
327330
this.putQueryParameter("PageNumber", pageNumber);
@@ -330,7 +333,15 @@ public Builder pageNumber(Integer pageNumber) {
330333
}
331334

332335
/**
333-
* PageSize.
336+
* <p>The number of entries per page. Valid values:</p>
337+
* <ul>
338+
* <li><strong>30</strong> (default)</li>
339+
* <li><strong>50</strong></li>
340+
* <li><strong>100</strong></li>
341+
* </ul>
342+
*
343+
* <strong>example:</strong>
344+
* <p>30</p>
334345
*/
335346
public Builder pageSize(Integer pageSize) {
336347
this.putQueryParameter("PageSize", pageSize);

polardb-20170801/src/main/java/com/aliyun/sdk/service/polardb20170801/models/DescribeDBClusterVersionResponseBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public Builder releaseNote(String releaseNote) {
609609
* </ul>
610610
*
611611
* <strong>example:</strong>
612-
* <p>Stable</p>
612+
* <p>LTS</p>
613613
*/
614614
public Builder releaseType(String releaseType) {
615615
this.releaseType = releaseType;

0 commit comments

Comments
 (0)