Skip to content

Commit 39681ea

Browse files
committed
Generated 2019-01-23 for Drds.
1 parent c958dd4 commit 39681ea

File tree

583 files changed

+33230
-2305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

583 files changed

+33230
-2305
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-08-20 Version 1.36.96
2+
- Generated 2019-01-23 for `Drds`.
3+
14
2019-08-19 Version 1.36.95
25
- Generated 2015-01-01 for `R-kvstore`.
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.36.95
1+
1.36.96

drds/include/alibabacloud/drds/model/CreateReadOnlyAccountRequest.h renamed to drds/include/alibabacloud/drds/model/ChangeAccountPasswordRequest.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef ALIBABACLOUD_DRDS_MODEL_CREATEREADONLYACCOUNTREQUEST_H_
18-
#define ALIBABACLOUD_DRDS_MODEL_CREATEREADONLYACCOUNTREQUEST_H_
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHANGEACCOUNTPASSWORDREQUEST_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHANGEACCOUNTPASSWORDREQUEST_H_
1919

2020
#include <string>
2121
#include <vector>
@@ -28,30 +28,30 @@ namespace AlibabaCloud
2828
{
2929
namespace Model
3030
{
31-
class ALIBABACLOUD_DRDS_EXPORT CreateReadOnlyAccountRequest : public RpcServiceRequest
31+
class ALIBABACLOUD_DRDS_EXPORT ChangeAccountPasswordRequest : public RpcServiceRequest
3232
{
3333

3434
public:
35-
CreateReadOnlyAccountRequest();
36-
~CreateReadOnlyAccountRequest();
35+
ChangeAccountPasswordRequest();
36+
~ChangeAccountPasswordRequest();
3737

3838
std::string getPassword()const;
3939
void setPassword(const std::string& password);
40-
std::string getDbName()const;
41-
void setDbName(const std::string& dbName);
40+
std::string getAccountName()const;
41+
void setAccountName(const std::string& accountName);
4242
std::string getDrdsInstanceId()const;
4343
void setDrdsInstanceId(const std::string& drdsInstanceId);
4444
std::string getAccessKeyId()const;
4545
void setAccessKeyId(const std::string& accessKeyId);
4646

4747
private:
4848
std::string password_;
49-
std::string dbName_;
49+
std::string accountName_;
5050
std::string drdsInstanceId_;
5151
std::string accessKeyId_;
5252

5353
};
5454
}
5555
}
5656
}
57-
#endif // !ALIBABACLOUD_DRDS_MODEL_CREATEREADONLYACCOUNTREQUEST_H_
57+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHANGEACCOUNTPASSWORDREQUEST_H_

drds/include/alibabacloud/drds/model/RemoveReadOnlyAccountResult.h renamed to drds/include/alibabacloud/drds/model/ChangeAccountPasswordResult.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef ALIBABACLOUD_DRDS_MODEL_REMOVEREADONLYACCOUNTRESULT_H_
18-
#define ALIBABACLOUD_DRDS_MODEL_REMOVEREADONLYACCOUNTRESULT_H_
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHANGEACCOUNTPASSWORDRESULT_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHANGEACCOUNTPASSWORDRESULT_H_
1919

2020
#include <string>
2121
#include <vector>
@@ -29,14 +29,14 @@ namespace AlibabaCloud
2929
{
3030
namespace Model
3131
{
32-
class ALIBABACLOUD_DRDS_EXPORT RemoveReadOnlyAccountResult : public ServiceResult
32+
class ALIBABACLOUD_DRDS_EXPORT ChangeAccountPasswordResult : public ServiceResult
3333
{
3434
public:
3535

3636

37-
RemoveReadOnlyAccountResult();
38-
explicit RemoveReadOnlyAccountResult(const std::string &payload);
39-
~RemoveReadOnlyAccountResult();
37+
ChangeAccountPasswordResult();
38+
explicit ChangeAccountPasswordResult(const std::string &payload);
39+
~ChangeAccountPasswordResult();
4040
bool getSuccess()const;
4141

4242
protected:
@@ -48,4 +48,4 @@ namespace AlibabaCloud
4848
}
4949
}
5050
}
51-
#endif // !ALIBABACLOUD_DRDS_MODEL_REMOVEREADONLYACCOUNTRESULT_H_
51+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHANGEACCOUNTPASSWORDRESULT_H_

drds/include/alibabacloud/drds/model/ModifyFullTableScanRequest.h renamed to drds/include/alibabacloud/drds/model/ChangeInstanceAzoneRequest.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef ALIBABACLOUD_DRDS_MODEL_MODIFYFULLTABLESCANREQUEST_H_
18-
#define ALIBABACLOUD_DRDS_MODEL_MODIFYFULLTABLESCANREQUEST_H_
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCEAZONEREQUEST_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCEAZONEREQUEST_H_
1919

2020
#include <string>
2121
#include <vector>
@@ -28,33 +28,33 @@ namespace AlibabaCloud
2828
{
2929
namespace Model
3030
{
31-
class ALIBABACLOUD_DRDS_EXPORT ModifyFullTableScanRequest : public RpcServiceRequest
31+
class ALIBABACLOUD_DRDS_EXPORT ChangeInstanceAzoneRequest : public RpcServiceRequest
3232
{
3333

3434
public:
35-
ModifyFullTableScanRequest();
36-
~ModifyFullTableScanRequest();
35+
ChangeInstanceAzoneRequest();
36+
~ChangeInstanceAzoneRequest();
3737

38-
std::string getDbName()const;
39-
void setDbName(const std::string& dbName);
40-
std::string getTableNames()const;
41-
void setTableNames(const std::string& tableNames);
38+
std::string getOriginAzoneId()const;
39+
void setOriginAzoneId(const std::string& originAzoneId);
40+
std::string getTargetAzoneId()const;
41+
void setTargetAzoneId(const std::string& targetAzoneId);
42+
std::string getDrdsRegionId()const;
43+
void setDrdsRegionId(const std::string& drdsRegionId);
4244
std::string getDrdsInstanceId()const;
4345
void setDrdsInstanceId(const std::string& drdsInstanceId);
44-
bool getFullTableScan()const;
45-
void setFullTableScan(bool fullTableScan);
4646
std::string getAccessKeyId()const;
4747
void setAccessKeyId(const std::string& accessKeyId);
4848

4949
private:
50-
std::string dbName_;
51-
std::string tableNames_;
50+
std::string originAzoneId_;
51+
std::string targetAzoneId_;
52+
std::string drdsRegionId_;
5253
std::string drdsInstanceId_;
53-
bool fullTableScan_;
5454
std::string accessKeyId_;
5555

5656
};
5757
}
5858
}
5959
}
60-
#endif // !ALIBABACLOUD_DRDS_MODEL_MODIFYFULLTABLESCANREQUEST_H_
60+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCEAZONEREQUEST_H_

drds/include/alibabacloud/drds/model/ModifyFullTableScanResult.h renamed to drds/include/alibabacloud/drds/model/ChangeInstanceAzoneResult.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifndef ALIBABACLOUD_DRDS_MODEL_MODIFYFULLTABLESCANRESULT_H_
18-
#define ALIBABACLOUD_DRDS_MODEL_MODIFYFULLTABLESCANRESULT_H_
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCEAZONERESULT_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCEAZONERESULT_H_
1919

2020
#include <string>
2121
#include <vector>
@@ -29,14 +29,14 @@ namespace AlibabaCloud
2929
{
3030
namespace Model
3131
{
32-
class ALIBABACLOUD_DRDS_EXPORT ModifyFullTableScanResult : public ServiceResult
32+
class ALIBABACLOUD_DRDS_EXPORT ChangeInstanceAzoneResult : public ServiceResult
3333
{
3434
public:
3535

3636

37-
ModifyFullTableScanResult();
38-
explicit ModifyFullTableScanResult(const std::string &payload);
39-
~ModifyFullTableScanResult();
37+
ChangeInstanceAzoneResult();
38+
explicit ChangeInstanceAzoneResult(const std::string &payload);
39+
~ChangeInstanceAzoneResult();
4040
bool getSuccess()const;
4141

4242
protected:
@@ -48,4 +48,4 @@ namespace AlibabaCloud
4848
}
4949
}
5050
}
51-
#endif // !ALIBABACLOUD_DRDS_MODEL_MODIFYFULLTABLESCANRESULT_H_
51+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCEAZONERESULT_H_
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
/*
2+
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCENETWORKREQUEST_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCENETWORKREQUEST_H_
19+
20+
#include <string>
21+
#include <vector>
22+
#include <alibabacloud/core/RpcServiceRequest.h>
23+
#include <alibabacloud/drds/DrdsExport.h>
24+
25+
namespace AlibabaCloud
26+
{
27+
namespace Drds
28+
{
29+
namespace Model
30+
{
31+
class ALIBABACLOUD_DRDS_EXPORT ChangeInstanceNetworkRequest : public RpcServiceRequest
32+
{
33+
34+
public:
35+
ChangeInstanceNetworkRequest();
36+
~ChangeInstanceNetworkRequest();
37+
38+
std::string getVswitchId()const;
39+
void setVswitchId(const std::string& vswitchId);
40+
bool getRetainClassic()const;
41+
void setRetainClassic(bool retainClassic);
42+
int getClassicExpiredDays()const;
43+
void setClassicExpiredDays(int classicExpiredDays);
44+
std::string getVpcId()const;
45+
void setVpcId(const std::string& vpcId);
46+
std::string getSrcInstanceNetworkType()const;
47+
void setSrcInstanceNetworkType(const std::string& srcInstanceNetworkType);
48+
std::string getDrdsInstanceId()const;
49+
void setDrdsInstanceId(const std::string& drdsInstanceId);
50+
std::string getAccessKeyId()const;
51+
void setAccessKeyId(const std::string& accessKeyId);
52+
53+
private:
54+
std::string vswitchId_;
55+
bool retainClassic_;
56+
int classicExpiredDays_;
57+
std::string vpcId_;
58+
std::string srcInstanceNetworkType_;
59+
std::string drdsInstanceId_;
60+
std::string accessKeyId_;
61+
62+
};
63+
}
64+
}
65+
}
66+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCENETWORKREQUEST_H_
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
/*
2+
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCENETWORKRESULT_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCENETWORKRESULT_H_
19+
20+
#include <string>
21+
#include <vector>
22+
#include <utility>
23+
#include <alibabacloud/core/ServiceResult.h>
24+
#include <alibabacloud/drds/DrdsExport.h>
25+
26+
namespace AlibabaCloud
27+
{
28+
namespace Drds
29+
{
30+
namespace Model
31+
{
32+
class ALIBABACLOUD_DRDS_EXPORT ChangeInstanceNetworkResult : public ServiceResult
33+
{
34+
public:
35+
36+
37+
ChangeInstanceNetworkResult();
38+
explicit ChangeInstanceNetworkResult(const std::string &payload);
39+
~ChangeInstanceNetworkResult();
40+
bool getSuccess()const;
41+
42+
protected:
43+
void parse(const std::string &payload);
44+
private:
45+
bool success_;
46+
47+
};
48+
}
49+
}
50+
}
51+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHANGEINSTANCENETWORKRESULT_H_
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/*
2+
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
#ifndef ALIBABACLOUD_DRDS_MODEL_CHECKCAPACITYDATAREADYREQUEST_H_
18+
#define ALIBABACLOUD_DRDS_MODEL_CHECKCAPACITYDATAREADYREQUEST_H_
19+
20+
#include <string>
21+
#include <vector>
22+
#include <alibabacloud/core/RpcServiceRequest.h>
23+
#include <alibabacloud/drds/DrdsExport.h>
24+
25+
namespace AlibabaCloud
26+
{
27+
namespace Drds
28+
{
29+
namespace Model
30+
{
31+
class ALIBABACLOUD_DRDS_EXPORT CheckCapacityDataReadyRequest : public RpcServiceRequest
32+
{
33+
34+
public:
35+
CheckCapacityDataReadyRequest();
36+
~CheckCapacityDataReadyRequest();
37+
38+
std::string getDbName()const;
39+
void setDbName(const std::string& dbName);
40+
std::string getDrdsInstanceId()const;
41+
void setDrdsInstanceId(const std::string& drdsInstanceId);
42+
std::string getAccessKeyId()const;
43+
void setAccessKeyId(const std::string& accessKeyId);
44+
45+
private:
46+
std::string dbName_;
47+
std::string drdsInstanceId_;
48+
std::string accessKeyId_;
49+
50+
};
51+
}
52+
}
53+
}
54+
#endif // !ALIBABACLOUD_DRDS_MODEL_CHECKCAPACITYDATAREADYREQUEST_H_

0 commit comments

Comments
 (0)