Skip to content

Commit bd582e1

Browse files
committed
Generated 2017-08-01 for polardb.
1 parent 6ea5b8b commit bd582e1

12 files changed

+773
-51
lines changed

aliyun-java-sdk-polardb/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-06 Version: 1.8.54
2+
- Generated 2017-08-01 for `polardb`.
3+
14
2025-03-13 Version: 1.8.53
25
- DescribeLicenseCodes support filter by mac address or system id.
36

aliyun-java-sdk-polardb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-polardb</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.8.53</version>
7+
<version>1.8.54</version>
88
<name>aliyun-java-sdk-polardb</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java
@@ -91,7 +91,7 @@ http://www.aliyun.com</description>
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-gpg-plugin</artifactId>
94-
<version>1.5</version>
94+
<version>3.1.0</version>
9595
<executions>
9696
<execution>
9797
<id>sign-artifacts</id>

aliyun-java-sdk-polardb/src/main/java/com/aliyuncs/polardb/model/v20170801/DescribeBackupLogsResponse.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ public static class BackupLog {
9393

9494
private String backupLogName;
9595

96+
private String dBInstanceName;
97+
9698
public String getBackupLogId() {
9799
return this.backupLogId;
98100
}
@@ -156,6 +158,14 @@ public String getBackupLogName() {
156158
public void setBackupLogName(String backupLogName) {
157159
this.backupLogName = backupLogName;
158160
}
161+
162+
public String getDBInstanceName() {
163+
return this.dBInstanceName;
164+
}
165+
166+
public void setDBInstanceName(String dBInstanceName) {
167+
this.dBInstanceName = dBInstanceName;
168+
}
159169
}
160170

161171
@Override

aliyun-java-sdk-polardb/src/main/java/com/aliyuncs/polardb/model/v20170801/DescribeDBClusterAttributeResponse.java

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ public class DescribeDBClusterAttributeResponse extends AcsResponse {
161161

162162
private String osVersion;
163163

164+
private String autoUpgradeMinorVersion;
165+
164166
private String burstingEnabled;
165167

166168
private String rowCompression;
@@ -171,6 +173,10 @@ public class DescribeDBClusterAttributeResponse extends AcsResponse {
171173

172174
private Integer dnNodeCount;
173175

176+
private String documentDB;
177+
178+
private String backupDowngradeLevel;
179+
174180
private List<DBNode> dBNodes;
175181

176182
private List<Tag> tags;
@@ -721,6 +727,14 @@ public void setOsVersion(String osVersion) {
721727
this.osVersion = osVersion;
722728
}
723729

730+
public String getAutoUpgradeMinorVersion() {
731+
return this.autoUpgradeMinorVersion;
732+
}
733+
734+
public void setAutoUpgradeMinorVersion(String autoUpgradeMinorVersion) {
735+
this.autoUpgradeMinorVersion = autoUpgradeMinorVersion;
736+
}
737+
724738
public String getBurstingEnabled() {
725739
return this.burstingEnabled;
726740
}
@@ -761,6 +775,22 @@ public void setDnNodeCount(Integer dnNodeCount) {
761775
this.dnNodeCount = dnNodeCount;
762776
}
763777

778+
public String getDocumentDB() {
779+
return this.documentDB;
780+
}
781+
782+
public void setDocumentDB(String documentDB) {
783+
this.documentDB = documentDB;
784+
}
785+
786+
public String getBackupDowngradeLevel() {
787+
return this.backupDowngradeLevel;
788+
}
789+
790+
public void setBackupDowngradeLevel(String backupDowngradeLevel) {
791+
this.backupDowngradeLevel = backupDowngradeLevel;
792+
}
793+
764794
public List<DBNode> getDBNodes() {
765795
return this.dBNodes;
766796
}
@@ -831,7 +861,7 @@ public static class DBNode {
831861

832862
private String orca;
833863

834-
private String mirrorInsName;
864+
private String osVersion;
835865

836866
private String multiMasterLocalStandby;
837867

@@ -859,6 +889,12 @@ public static class DBNode {
859889

860890
private Long blktagUsed;
861891

892+
private String subGroupDescription;
893+
894+
private String mirrorInsName;
895+
896+
private String architecture;
897+
862898
public String getCreationTime() {
863899
return this.creationTime;
864900
}
@@ -1035,12 +1071,12 @@ public void setOrca(String orca) {
10351071
this.orca = orca;
10361072
}
10371073

1038-
public String getMirrorInsName() {
1039-
return this.mirrorInsName;
1074+
public String getOsVersion() {
1075+
return this.osVersion;
10401076
}
10411077

1042-
public void setMirrorInsName(String mirrorInsName) {
1043-
this.mirrorInsName = mirrorInsName;
1078+
public void setOsVersion(String osVersion) {
1079+
this.osVersion = osVersion;
10441080
}
10451081

10461082
public String getMultiMasterLocalStandby() {
@@ -1146,6 +1182,30 @@ public Long getBlktagUsed() {
11461182
public void setBlktagUsed(Long blktagUsed) {
11471183
this.blktagUsed = blktagUsed;
11481184
}
1185+
1186+
public String getSubGroupDescription() {
1187+
return this.subGroupDescription;
1188+
}
1189+
1190+
public void setSubGroupDescription(String subGroupDescription) {
1191+
this.subGroupDescription = subGroupDescription;
1192+
}
1193+
1194+
public String getMirrorInsName() {
1195+
return this.mirrorInsName;
1196+
}
1197+
1198+
public void setMirrorInsName(String mirrorInsName) {
1199+
this.mirrorInsName = mirrorInsName;
1200+
}
1201+
1202+
public String getArchitecture() {
1203+
return this.architecture;
1204+
}
1205+
1206+
public void setArchitecture(String architecture) {
1207+
this.architecture = architecture;
1208+
}
11491209
}
11501210

11511211
public static class Tag {

aliyun-java-sdk-polardb/src/main/java/com/aliyuncs/polardb/model/v20170801/DescribeDBClusterEndpointsResponse.java

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ public void setItems(List<DBEndpoint> items) {
4747

4848
public static class DBEndpoint {
4949

50-
private String nodeWithRoles;
51-
5250
private String nodes;
5351

5452
private String readWriteMode;
@@ -71,15 +69,11 @@ public static class DBEndpoint {
7169

7270
private String polarSccWaitTimeout;
7371

74-
private List<Address> addressItems;
72+
private String nodeWithRoles;
7573

76-
public String getNodeWithRoles() {
77-
return this.nodeWithRoles;
78-
}
74+
private String consistLevelControlVersion;
7975

80-
public void setNodeWithRoles(String nodeWithRoles) {
81-
this.nodeWithRoles = nodeWithRoles;
82-
}
76+
private List<Address> addressItems;
8377

8478
public String getNodes() {
8579
return this.nodes;
@@ -169,6 +163,22 @@ public void setPolarSccWaitTimeout(String polarSccWaitTimeout) {
169163
this.polarSccWaitTimeout = polarSccWaitTimeout;
170164
}
171165

166+
public String getNodeWithRoles() {
167+
return this.nodeWithRoles;
168+
}
169+
170+
public void setNodeWithRoles(String nodeWithRoles) {
171+
this.nodeWithRoles = nodeWithRoles;
172+
}
173+
174+
public String getConsistLevelControlVersion() {
175+
return this.consistLevelControlVersion;
176+
}
177+
178+
public void setConsistLevelControlVersion(String consistLevelControlVersion) {
179+
this.consistLevelControlVersion = consistLevelControlVersion;
180+
}
181+
172182
public List<Address> getAddressItems() {
173183
return this.addressItems;
174184
}

0 commit comments

Comments
 (0)