Skip to content

Commit

Permalink
Generated 2015-12-01 for Dds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 5, 2024
1 parent fd8804a commit 19a640c
Show file tree
Hide file tree
Showing 18 changed files with 539 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-dds/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-11-05 Version: 3.7.21
- Generated 2015-12-01 for `Dds`.

2024-08-28 Version: 3.7.20
- Generated 2015-12-01 for `Dds`.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-dds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-dds</artifactId>
<packaging>jar</packaging>
<version>3.7.20</version>
<version>3.7.21</version>
<name>aliyun-java-sdk-dds</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public class CheckRecoveryConditionRequest extends RpcAcsRequest<CheckRecoveryCo

private Long resourceOwnerId;

private String engineVersion;

private String srcRegion;

private String resourceGroupId;
Expand Down Expand Up @@ -70,6 +72,17 @@ public void setResourceOwnerId(Long resourceOwnerId) {
}
}

public String getEngineVersion() {
return this.engineVersion;
}

public void setEngineVersion(String engineVersion) {
this.engineVersion = engineVersion;
if(engineVersion != null){
putQueryParameter("EngineVersion", engineVersion);
}
}

public String getSrcRegion() {
return this.srcRegion;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ public static class Backup {

private Boolean isAvail;

private String engineVersion;

public String getBackupStatus() {
return this.backupStatus;
}
Expand Down Expand Up @@ -226,6 +228,14 @@ public Boolean getIsAvail() {
public void setIsAvail(Boolean isAvail) {
this.isAvail = isAvail;
}

public String getEngineVersion() {
return this.engineVersion;
}

public void setEngineVersion(String engineVersion) {
this.engineVersion = engineVersion;
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ public static class ClusterBackup {

private String attachLogStatus;

private String engineVersion;

private List<Backup> backups;

private ExtraInfo extraInfo;
Expand Down Expand Up @@ -171,6 +173,14 @@ public void setAttachLogStatus(String attachLogStatus) {
this.attachLogStatus = attachLogStatus;
}

public String getEngineVersion() {
return this.engineVersion;
}

public void setEngineVersion(String engineVersion) {
this.engineVersion = engineVersion;
}

public List<Backup> getBackups() {
return this.backups;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ public static class MongosAttribute {

private String status;

private String currentKernelVersion;

public String getVpcCloudInstanceId() {
return this.vpcCloudInstanceId;
}
Expand Down Expand Up @@ -814,6 +816,14 @@ public String getStatus() {
public void setStatus(String status) {
this.status = status;
}

public String getCurrentKernelVersion() {
return this.currentKernelVersion;
}

public void setCurrentKernelVersion(String currentKernelVersion) {
this.currentKernelVersion = currentKernelVersion;
}
}

public static class ShardAttribute {
Expand Down Expand Up @@ -842,6 +852,8 @@ public static class ShardAttribute {

private String maxDiskMbps;

private String currentKernelVersion;

public String getLockMode() {
return this.lockMode;
}
Expand Down Expand Up @@ -937,6 +949,14 @@ public String getMaxDiskMbps() {
public void setMaxDiskMbps(String maxDiskMbps) {
this.maxDiskMbps = maxDiskMbps;
}

public String getCurrentKernelVersion() {
return this.currentKernelVersion;
}

public void setCurrentKernelVersion(String currentKernelVersion) {
this.currentKernelVersion = currentKernelVersion;
}
}

public static class ConfigserverAttribute {
Expand All @@ -961,6 +981,8 @@ public static class ConfigserverAttribute {

private String status;

private String currentKernelVersion;

public Integer getMaxIOPS() {
return this.maxIOPS;
}
Expand Down Expand Up @@ -1040,6 +1062,14 @@ public String getStatus() {
public void setStatus(String status) {
this.status = status;
}

public String getCurrentKernelVersion() {
return this.currentKernelVersion;
}

public void setCurrentKernelVersion(String currentKernelVersion) {
this.currentKernelVersion = currentKernelVersion;
}
}

public static class NetworkAddress {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public static class ReplicaSet {

private String roleId;

private String connectionType;

public String getConnectionPort() {
return this.connectionPort;
}
Expand Down Expand Up @@ -116,6 +118,14 @@ public String getRoleId() {
public void setRoleId(String roleId) {
this.roleId = roleId;
}

public String getConnectionType() {
return this.connectionType;
}

public void setConnectionType(String connectionType) {
this.connectionType = connectionType;
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.aliyuncs.dds.model.v20151201;

import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.ProtocolType;
import com.aliyuncs.http.MethodType;
import com.aliyuncs.dds.Endpoint;

/**
* @author auto create
* @version
*/
public class DescribeRestoreDBInstanceListRequest extends RpcAcsRequest<DescribeRestoreDBInstanceListResponse> {


private Long resourceOwnerId;

private String creationTimeAfter;

private Integer pageNumber;

private Integer pageSize;

private String dBInstanceId;

private String resourceOwnerAccount;

private String ownerAccount;

private Long ownerId;
public DescribeRestoreDBInstanceListRequest() {
super("Dds", "2015-12-01", "DescribeRestoreDBInstanceList", "dds");
setProtocol(ProtocolType.HTTPS);
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
} catch (Exception e) {}
}

public Long getResourceOwnerId() {
return this.resourceOwnerId;
}

public void setResourceOwnerId(Long resourceOwnerId) {
this.resourceOwnerId = resourceOwnerId;
if(resourceOwnerId != null){
putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
}
}

public String getCreationTimeAfter() {
return this.creationTimeAfter;
}

public void setCreationTimeAfter(String creationTimeAfter) {
this.creationTimeAfter = creationTimeAfter;
if(creationTimeAfter != null){
putQueryParameter("CreationTimeAfter", creationTimeAfter);
}
}

public Integer getPageNumber() {
return this.pageNumber;
}

public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}

public Integer getPageSize() {
return this.pageSize;
}

public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}

public String getDBInstanceId() {
return this.dBInstanceId;
}

public void setDBInstanceId(String dBInstanceId) {
this.dBInstanceId = dBInstanceId;
if(dBInstanceId != null){
putQueryParameter("DBInstanceId", dBInstanceId);
}
}

public String getResourceOwnerAccount() {
return this.resourceOwnerAccount;
}

public void setResourceOwnerAccount(String resourceOwnerAccount) {
this.resourceOwnerAccount = resourceOwnerAccount;
if(resourceOwnerAccount != null){
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
}

public String getOwnerAccount() {
return this.ownerAccount;
}

public void setOwnerAccount(String ownerAccount) {
this.ownerAccount = ownerAccount;
if(ownerAccount != null){
putQueryParameter("OwnerAccount", ownerAccount);
}
}

public Long getOwnerId() {
return this.ownerId;
}

public void setOwnerId(Long ownerId) {
this.ownerId = ownerId;
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}

@Override
public Class<DescribeRestoreDBInstanceListResponse> getResponseClass() {
return DescribeRestoreDBInstanceListResponse.class;
}

}
Loading

0 comments on commit 19a640c

Please sign in to comment.