Skip to content

Commit c958dd4

Browse files
committed
Generated 2015-01-01 for R-kvstore.
1 parent cbfaef5 commit c958dd4

File tree

326 files changed

+4958
-18432
lines changed

Some content is hidden

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

326 files changed

+4958
-18432
lines changed

CHANGELOG

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

VERSION

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

r-kvstore/CMakeLists.txt

Lines changed: 0 additions & 82 deletions
This file was deleted.

r-kvstore/include/alibabacloud/r-kvstore/R_kvstoreClient.h

Lines changed: 0 additions & 934 deletions
This file was deleted.

r-kvstore/include/alibabacloud/r-kvstore/model/DestroyInstanceRequest.h renamed to r-kvstore/include/alibabacloud/r-kvstore/model/ActivateInstanceRequest.h

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

17-
#ifndef ALIBABACLOUD_R_KVSTORE_MODEL_DESTROYINSTANCEREQUEST_H_
18-
#define ALIBABACLOUD_R_KVSTORE_MODEL_DESTROYINSTANCEREQUEST_H_
17+
#ifndef ALIBABACLOUD_R_KVSTORE_MODEL_ACTIVATEINSTANCEREQUEST_H_
18+
#define ALIBABACLOUD_R_KVSTORE_MODEL_ACTIVATEINSTANCEREQUEST_H_
1919

2020
#include <string>
2121
#include <vector>
@@ -28,12 +28,12 @@ namespace AlibabaCloud
2828
{
2929
namespace Model
3030
{
31-
class ALIBABACLOUD_R_KVSTORE_EXPORT DestroyInstanceRequest : public RpcServiceRequest
31+
class ALIBABACLOUD_R_KVSTORE_EXPORT ActivateInstanceRequest : public RpcServiceRequest
3232
{
3333

3434
public:
35-
DestroyInstanceRequest();
36-
~DestroyInstanceRequest();
35+
ActivateInstanceRequest();
36+
~ActivateInstanceRequest();
3737

3838
long getResourceOwnerId()const;
3939
void setResourceOwnerId(long resourceOwnerId);
@@ -66,4 +66,4 @@ namespace AlibabaCloud
6666
}
6767
}
6868
}
69-
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_DESTROYINSTANCEREQUEST_H_
69+
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_ACTIVATEINSTANCEREQUEST_H_

r-kvstore/include/alibabacloud/r-kvstore/model/TagResourcesResult.h renamed to r-kvstore/include/alibabacloud/r-kvstore/model/ActivateInstanceResult.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_R_KVSTORE_MODEL_TAGRESOURCESRESULT_H_
18-
#define ALIBABACLOUD_R_KVSTORE_MODEL_TAGRESOURCESRESULT_H_
17+
#ifndef ALIBABACLOUD_R_KVSTORE_MODEL_ACTIVATEINSTANCERESULT_H_
18+
#define ALIBABACLOUD_R_KVSTORE_MODEL_ACTIVATEINSTANCERESULT_H_
1919

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

3636

37-
TagResourcesResult();
38-
explicit TagResourcesResult(const std::string &payload);
39-
~TagResourcesResult();
37+
ActivateInstanceResult();
38+
explicit ActivateInstanceResult(const std::string &payload);
39+
~ActivateInstanceResult();
4040

4141
protected:
4242
void parse(const std::string &payload);
@@ -46,4 +46,4 @@ namespace AlibabaCloud
4646
}
4747
}
4848
}
49-
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_TAGRESOURCESRESULT_H_
49+
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_ACTIVATEINSTANCERESULT_H_

r-kvstore/include/alibabacloud/r-kvstore/model/AllocateInstancePublicConnectionRequest.h

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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_R_KVSTORE_MODEL_COUNTREDISAINSTANCESREQUEST_H_
18+
#define ALIBABACLOUD_R_KVSTORE_MODEL_COUNTREDISAINSTANCESREQUEST_H_
19+
20+
#include <string>
21+
#include <vector>
22+
#include <alibabacloud/core/RpcServiceRequest.h>
23+
#include <alibabacloud/r-kvstore/R_kvstoreExport.h>
24+
25+
namespace AlibabaCloud
26+
{
27+
namespace R_kvstore
28+
{
29+
namespace Model
30+
{
31+
class ALIBABACLOUD_R_KVSTORE_EXPORT CountRedisaInstancesRequest : public RpcServiceRequest
32+
{
33+
34+
public:
35+
CountRedisaInstancesRequest();
36+
~CountRedisaInstancesRequest();
37+
38+
long getResourceOwnerId()const;
39+
void setResourceOwnerId(long resourceOwnerId);
40+
std::string getResourceOwnerAccount()const;
41+
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
42+
std::string getRegionId()const;
43+
void setRegionId(const std::string& regionId);
44+
std::string getOwnerAccount()const;
45+
void setOwnerAccount(const std::string& ownerAccount);
46+
long getOwnerId()const;
47+
void setOwnerId(long ownerId);
48+
std::string getAccessKeyId()const;
49+
void setAccessKeyId(const std::string& accessKeyId);
50+
51+
private:
52+
long resourceOwnerId_;
53+
std::string resourceOwnerAccount_;
54+
std::string regionId_;
55+
std::string ownerAccount_;
56+
long ownerId_;
57+
std::string accessKeyId_;
58+
59+
};
60+
}
61+
}
62+
}
63+
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_COUNTREDISAINSTANCESREQUEST_H_

r-kvstore/include/alibabacloud/r-kvstore/model/ResetAccountPasswordResult.h renamed to r-kvstore/include/alibabacloud/r-kvstore/model/CountRedisaInstancesResult.h

Lines changed: 9 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_R_KVSTORE_MODEL_RESETACCOUNTPASSWORDRESULT_H_
18-
#define ALIBABACLOUD_R_KVSTORE_MODEL_RESETACCOUNTPASSWORDRESULT_H_
17+
#ifndef ALIBABACLOUD_R_KVSTORE_MODEL_COUNTREDISAINSTANCESRESULT_H_
18+
#define ALIBABACLOUD_R_KVSTORE_MODEL_COUNTREDISAINSTANCESRESULT_H_
1919

2020
#include <string>
2121
#include <vector>
@@ -29,21 +29,23 @@ namespace AlibabaCloud
2929
{
3030
namespace Model
3131
{
32-
class ALIBABACLOUD_R_KVSTORE_EXPORT ResetAccountPasswordResult : public ServiceResult
32+
class ALIBABACLOUD_R_KVSTORE_EXPORT CountRedisaInstancesResult : public ServiceResult
3333
{
3434
public:
3535

3636

37-
ResetAccountPasswordResult();
38-
explicit ResetAccountPasswordResult(const std::string &payload);
39-
~ResetAccountPasswordResult();
37+
CountRedisaInstancesResult();
38+
explicit CountRedisaInstancesResult(const std::string &payload);
39+
~CountRedisaInstancesResult();
40+
int getInstancesCount()const;
4041

4142
protected:
4243
void parse(const std::string &payload);
4344
private:
45+
int instancesCount_;
4446

4547
};
4648
}
4749
}
4850
}
49-
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_RESETACCOUNTPASSWORDRESULT_H_
51+
#endif // !ALIBABACLOUD_R_KVSTORE_MODEL_COUNTREDISAINSTANCESRESULT_H_

0 commit comments

Comments
 (0)