Skip to content

Commit 76dcc4c

Browse files
committed
R-KVSTORE SDK Auto Released By junjun.zhang,Version:2.0.7
发布日志: 1, CreateCacheAnalysisTask prop modify
1 parent 1a60db9 commit 76dcc4c

File tree

113 files changed

+121
-112
lines changed

Some content is hidden

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

113 files changed

+121
-112
lines changed

aliyun-python-sdk-r-kvstore/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-04-18 Version: 2.0.7
2+
1, CreateCacheAnalysisTask prop modify
3+
14
2019-04-16 Version: 2.0.6
25
1, Fixed DescribeAccounts response type error.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.6"
1+
__version__ = "2.0.7"

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class AllocateInstancePublicConnectionRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateAccountRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateBackupRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,20 @@
2121
class CreateCacheAnalysisTaskRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')
2828

2929
def set_ResourceOwnerId(self,ResourceOwnerId):
3030
self.add_query_param('ResourceOwnerId',ResourceOwnerId)
3131

32+
def get_InstanceId(self):
33+
return self.get_query_params().get('InstanceId')
34+
35+
def set_InstanceId(self,InstanceId):
36+
self.add_query_param('InstanceId',InstanceId)
37+
3238
def get_SecurityToken(self):
3339
return self.get_query_params().get('SecurityToken')
3440

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateInstanceRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateSnapshotRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateSnapshot','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateSnapshot','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateStaticVerificationRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateStaticVerification','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateStaticVerification','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CreateTempInstanceRequest(RpcRequest):
2222

2323
def __init__(self):
24-
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateTempInstance','R-kvstore')
24+
RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateTempInstance','redisa')
2525

2626
def get_ResourceOwnerId(self):
2727
return self.get_query_params().get('ResourceOwnerId')

0 commit comments

Comments
 (0)