You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aliyun-java-sdk-adb/src/main/java/com/aliyuncs/adb/model/v20190315/DescribeDBClusterAttributeResponse.java
+30
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,12 @@ public static class DBCluster {
143
143
144
144
privateStringsecondaryVSwitchId;
145
145
146
+
privateStringreservedNodeSize;
147
+
148
+
privateIntegerreservedNodeCount;
149
+
150
+
privateStringproductForm;
151
+
146
152
privateList<Tag> tags;
147
153
148
154
privateTaskInfotaskInfo;
@@ -531,6 +537,30 @@ public void setSecondaryVSwitchId(String secondaryVSwitchId) {
Copy file name to clipboardExpand all lines: aliyun-java-sdk-adb/src/main/java/com/aliyuncs/adb/transform/v20190315/DescribeDBClusterAttributeResponseUnmarshaller.java
+3
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ public static DescribeDBClusterAttributeResponse unmarshall(DescribeDBClusterAtt
82
82
dBCluster.setProductVersion(_ctx.stringValue("DescribeDBClusterAttributeResponse.Items["+ i +"].ProductVersion"));
83
83
dBCluster.setSecondaryZoneId(_ctx.stringValue("DescribeDBClusterAttributeResponse.Items["+ i +"].SecondaryZoneId"));
84
84
dBCluster.setSecondaryVSwitchId(_ctx.stringValue("DescribeDBClusterAttributeResponse.Items["+ i +"].SecondaryVSwitchId"));
85
+
dBCluster.setReservedNodeSize(_ctx.stringValue("DescribeDBClusterAttributeResponse.Items["+ i +"].ReservedNodeSize"));
86
+
dBCluster.setReservedNodeCount(_ctx.integerValue("DescribeDBClusterAttributeResponse.Items["+ i +"].ReservedNodeCount"));
87
+
dBCluster.setProductForm(_ctx.stringValue("DescribeDBClusterAttributeResponse.Items["+ i +"].ProductForm"));
85
88
86
89
TaskInfotaskInfo = newTaskInfo();
87
90
taskInfo.setName(_ctx.stringValue("DescribeDBClusterAttributeResponse.Items["+ i +"].TaskInfo.Name"));
0 commit comments